Html Css Color HEX #CCD477 Deco

📋 copy color: '#CCD477'

red 204 ◦ green 212 ◦ blue 119

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

Shades of Deco #CCD477

Tints of Deco #CCD477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.24%

R = 38.13%
G = 39.63%
B = 22.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#CCD477 (or 0xCCD477) is known color: Deco. HEX triplet: CC, D4 and 77. RGB value is (204,212,119). Sum of RGB (Red+Green+Blue) = 204+212+119=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 119 (46.88% from 255 or 22.24% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD477 is #332B88. Grayscale: #C7C7C7. Windows color (decimal): -3353481 or 7853260. OLE color: 7853260.

HSL color Cylindrical-coordinate representation of color #CCD477: hue angle of 65.16º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCD477 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 119 -
CMYK 0.04 0 0.44 0.17
HSL 65.16º 0.52% 0.65% -
HSV(B) 65.16º 0.44% 0.83% -
XYZ 51.78 61.26 26.55 -
YUV 199.01 82.85 131.56 -
System Red Green Blue C M Y K H S L
Decimal 204 212 119 0.04 0 0.44 0.17 65.16 0.52 0.65
Hex CC D4 77 4 0 2C 11 41 34 41
Octal 314 324 167 4 0 54 21 101 64 101
Binary 11001100 11010100 1110111 100 0 101100 10001 1000001 110100 1000001

Color Harmonies of #CCD477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD477

Black with #CCD477

Text Example


Text Example

White with #CCD477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD477; }

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

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

background-color css

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

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

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

border-color css

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

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

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