#CCD821

Color #CCD821 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #CCD821

Tints of Fuego #CCD821

Color information

#CCD821 (or 0xCCD821) is unknown color: approx Fuego. HEX triplet: CC, D8 and 21. RGB value is (204,216,33). Sum of RGB (Red+Green+Blue) = 204+216+33=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD821 is #3327DE. Grayscale: #C0C0C0. Windows color (decimal): -3352543 or 2218188. OLE color: 2218188.

HSL color Cylindrical-coordinate representation of color #CCD821: hue angle of 63.93º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCD821 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB20421633-
CMYK0.0600.850.15
HSL63.93º73.49%48.82%-
HSV(B)63.93º84.72%84.71%-
XYZ49.7362.0610.8-
YUV191.5538.52136.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 216 (84.77% from 255) = 47.68%
BLUE value IS 33 (13.28% from 255) = 7.28%
R=45.03%
G=47.68%
B=7.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal204216330.0600.850.1563.9373.4948.82
HexCCD8216055F404931
Octal31433041601251710011161
Binary110011001101100010000111001010101111110000001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD821; }

 p { color: rgb(204,216,33); }

 H1.HeaderClassName
 {
   color: #CCD821;
 }
 .AnyTagClassName
 {
   color: #CCD821;
 }
</style>
background-color css

<style>
 a { background-color: #CCD821; }

 a { background-color: rgb(204,216,33); }

 div.DivClassName
 {
   background-color: #CCD821;
 }
 .BgClassName
 {
   background-color: #CCD821;
 }
</style>
border-color css

<style>
 span { border-color: #CCD821; }

 span { border-color: rgb(204,216,33); }

 td.TdClassName
 {
   border-color: #CCD821;
 }
 .TagClassName
 {
   border-color: #CCD821;
 }
</style>