Html Css Color HEX #CCD428 Fuego

📋 copy color: '#CCD428'

red 204 ◦ green 212 ◦ blue 40

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

Shades of Fuego #CCD428

Tints of Fuego #CCD428

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.49%

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

R = 44.74%
G = 46.49%
B = 8.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#CCD428 (or 0xCCD428) is known color: Fuego. HEX triplet: CC, D4 and 28. RGB value is (204,212,40). Sum of RGB (Red+Green+Blue) = 204+212+40=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD428 is #332BD7. Grayscale: #BEBEBE. Windows color (decimal): -3353560 or 2675916. OLE color: 2675916.

HSL color Cylindrical-coordinate representation of color #CCD428: hue angle of 62.79º degrees, saturation: 0.68, 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 #CCD428 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 40 -
CMYK 0.04 0 0.81 0.17
HSL 62.79º 0.68% 0.49% -
HSV(B) 62.79º 0.81% 0.83% -
XYZ 48.83 60.08 11.03 -
YUV 190 43.35 137.99 -
System Red Green Blue C M Y K H S L
Decimal 204 212 40 0.04 0 0.81 0.17 62.79 0.68 0.49
Hex CC D4 28 4 0 51 11 3F 44 31
Octal 314 324 50 4 0 121 21 77 104 61
Binary 11001100 11010100 101000 100 0 1010001 10001 111111 1000100 110001

Color Harmonies of #CCD428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD428

Black with #CCD428

Text Example


Text Example

White with #CCD428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD428; }

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

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

background-color css

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

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

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

border-color css

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

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

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