Html Css Color HEX #CCDB80 Deco

📋 copy color: '#CCDB80'

red 204 ◦ green 219 ◦ blue 128

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

Shades of Deco #CCDB80

Tints of Deco #CCDB80

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.75%

 BLUE value IS 128 (50.39% from 255) = 23.23%

R = 37.02%
G = 39.75%
B = 23.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#CCDB80 (or 0xCCDB80) is known color: Deco. HEX triplet: CC, DB and 80. RGB value is (204,219,128). Sum of RGB (Red+Green+Blue) = 204+219+128=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB80 is #33247F. Grayscale: #CCCCCC. Windows color (decimal): -3351680 or 8444876. OLE color: 8444876.

HSL color Cylindrical-coordinate representation of color #CCDB80: hue angle of 69.89º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCDB80 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 219 128 -
CMYK 0.07 0 0.42 0.14
HSL 69.89º 0.56% 0.68% -
HSV(B) 69.89º 0.42% 0.86% -
XYZ 54.13 65.06 30.13 -
YUV 204.14 85.03 127.9 -
System Red Green Blue C M Y K H S L
Decimal 204 219 128 0.07 0 0.42 0.14 69.89 0.56 0.68
Hex CC DB 80 7 0 2A E 46 38 44
Octal 314 333 200 7 0 52 16 106 70 104
Binary 11001100 11011011 10000000 111 0 101010 1110 1000110 111000 1000100

Color Harmonies of #CCDB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB80

Black with #CCDB80

Text Example


Text Example

White with #CCDB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB80; }

 p { color: rgb(204,219,128); }

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

background-color css

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

 a { background-color: rgb(204,219,128); }

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

border-color css

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

 span { border-color: rgb(204,219,128); }

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