Html Css Color HEX #CCD077 Deco

📋 copy color: '#CCD077'

red 204 ◦ green 208 ◦ blue 119

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

Shades of Deco #CCD077

Tints of Deco #CCD077

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.17%

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

R = 38.42%
G = 39.17%
B = 22.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#CCD077 (or 0xCCD077) is known color: Deco. HEX triplet: CC, D0 and 77. RGB value is (204,208,119). Sum of RGB (Red+Green+Blue) = 204+208+119=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD077 is #332F88. Grayscale: #C5C5C5. Windows color (decimal): -3354505 or 7852236. OLE color: 7852236.

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

Color convert

RGB 204 208 119 -
CMYK 0.02 0 0.43 0.18
HSL 62.7º 0.49% 0.64% -
HSV(B) 62.7º 0.43% 0.82% -
XYZ 50.79 59.28 26.22 -
YUV 196.66 84.17 133.24 -
System Red Green Blue C M Y K H S L
Decimal 204 208 119 0.02 0 0.43 0.18 62.7 0.49 0.64
Hex CC D0 77 2 0 2B 12 3F 31 40
Octal 314 320 167 2 0 53 22 77 61 100
Binary 11001100 11010000 1110111 10 0 101011 10010 111111 110001 1000000

Color Harmonies of #CCD077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD077

Black with #CCD077

Text Example


Text Example

White with #CCD077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD077; }

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

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

background-color css

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

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

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

border-color css

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

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

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