Html Css Color HEX #CCDD1C Fuego

📋 copy color: '#CCDD1C'

red 204 ◦ green 221 ◦ blue 28

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

Shades of Fuego #CCDD1C

Tints of Fuego #CCDD1C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.79%

 BLUE value IS 28 (11.33% from 255) = 6.18%

R = 45.03%
G = 48.79%
B = 6.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#CCDD1C (or 0xCCDD1C) is known color: Fuego. HEX triplet: CC, DD and 1C. RGB value is (204,221,28). Sum of RGB (Red+Green+Blue) = 204+221+28=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 28 (11.33% from 255 or 6.18% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD1C is #3322E3. Grayscale: #C2C2C2. Windows color (decimal): -3351268 or 1891788. OLE color: 1891788.

HSL color Cylindrical-coordinate representation of color #CCDD1C: hue angle of 65.28º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCDD1C is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 28 -
CMYK 0.08 0 0.87 0.13
HSL 65.28º 0.78% 0.49% -
HSV(B) 65.28º 0.87% 0.87% -
XYZ 50.97 64.63 10.89 -
YUV 193.92 34.37 135.19 -
System Red Green Blue C M Y K H S L
Decimal 204 221 28 0.08 0 0.87 0.13 65.28 0.78 0.49
Hex CC DD 1C 8 0 57 D 41 4E 31
Octal 314 335 34 10 0 127 15 101 116 61
Binary 11001100 11011101 11100 1000 0 1010111 1101 1000001 1001110 110001

Color Harmonies of #CCDD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD1C

Black with #CCDD1C

Text Example


Text Example

White with #CCDD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD1C; }

 p { color: rgb(204,221,28); }

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

background-color css

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

 a { background-color: rgb(204,221,28); }

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

border-color css

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

 span { border-color: rgb(204,221,28); }

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