Html Css Color HEX #CCD128 Fuego

📋 copy color: '#CCD128'

red 204 ◦ green 209 ◦ blue 40

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

Shades of Fuego #CCD128

Tints of Fuego #CCD128

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.14%

 BLUE value IS 40 (16.02% from 255) = 8.83%

R = 45.03%
G = 46.14%
B = 8.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#CCD128 (or 0xCCD128) is known color: Fuego. HEX triplet: CC, D1 and 28. RGB value is (204,209,40). Sum of RGB (Red+Green+Blue) = 204+209+40=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD128 is #332ED7. Grayscale: #BCBCBC. Windows color (decimal): -3354328 or 2675148. OLE color: 2675148.

HSL color Cylindrical-coordinate representation of color #CCD128: hue angle of 61.78º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCD128 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 40 -
CMYK 0.02 0 0.81 0.18
HSL 61.78º 0.68% 0.49% -
HSV(B) 61.78º 0.81% 0.82% -
XYZ 48.09 58.59 10.78 -
YUV 188.24 44.34 139.24 -
System Red Green Blue C M Y K H S L
Decimal 204 209 40 0.02 0 0.81 0.18 61.78 0.68 0.49
Hex CC D1 28 2 0 51 12 3E 44 31
Octal 314 321 50 2 0 121 22 76 104 61
Binary 11001100 11010001 101000 10 0 1010001 10010 111110 1000100 110001

Color Harmonies of #CCD128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD128

Black with #CCD128

Text Example


Text Example

White with #CCD128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD128; }

 p { color: rgb(204,209,40); }

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

background-color css

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

 a { background-color: rgb(204,209,40); }

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

border-color css

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

 span { border-color: rgb(204,209,40); }

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