Html Css Color HEX #CCD329 Fuego

📋 copy color: '#CCD329'

red 204 ◦ green 211 ◦ blue 41

#CCD329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #CCD329

Tints of Fuego #CCD329

RGB

 RED value IS 204 (80.08% from 255) = 44.74%

 GREEN value IS 211 (82.81% from 255) = 46.27%

 BLUE value IS 41 (16.41% from 255) = 8.99%

R = 44.74%
G = 46.27%
B = 8.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#CCD329 (or 0xCCD329) is known color: Fuego. HEX triplet: CC, D3 and 29. RGB value is (204,211,41). Sum of RGB (Red+Green+Blue) = 204+211+41=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD329 is #332CD6. Grayscale: #BEBEBE. Windows color (decimal): -3353815 or 2741196. OLE color: 2741196.

HSL color Cylindrical-coordinate representation of color #CCD329: hue angle of 62.47º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCD329 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 41 -
CMYK 0.03 0 0.81 0.17
HSL 62.47º 0.67% 0.49% -
HSV(B) 62.47º 0.81% 0.83% -
XYZ 48.6 59.59 11.04 -
YUV 189.53 44.18 138.32 -
System Red Green Blue C M Y K H S L
Decimal 204 211 41 0.03 0 0.81 0.17 62.47 0.67 0.49
Hex CC D3 29 3 0 51 11 3E 43 31
Octal 314 323 51 3 0 121 21 76 103 61
Binary 11001100 11010011 101001 11 0 1010001 10001 111110 1000011 110001

Color Harmonies of #CCD329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD329

Black with #CCD329

Text Example


Text Example

White with #CCD329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD329; }

 p { color: rgb(204,211,41); }

 H1.HeaderClassName
 {
   color: #CCD329;
 }
 .AnyTagClassName
 {
   color: #CCD329;
 }
</style>

background-color css

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

 a { background-color: rgb(204,211,41); }

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

border-color css

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

 span { border-color: rgb(204,211,41); }

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