Html Css Color HEX #CCD088 Deco

📋 copy color: '#CCD088'

red 204 ◦ green 208 ◦ blue 136

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

Shades of Deco #CCD088

Tints of Deco #CCD088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.82%

R = 37.23%
G = 37.96%
B = 24.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#CCD088 (or 0xCCD088) is known color: Deco. HEX triplet: CC, D0 and 88. RGB value is (204,208,136). Sum of RGB (Red+Green+Blue) = 204+208+136=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD088 is #332F77. Grayscale: #C6C6C6. Windows color (decimal): -3354488 or 8966348. OLE color: 8966348.

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

Color convert

RGB 204 208 136 -
CMYK 0.02 0 0.35 0.18
HSL 63.33º 0.43% 0.67% -
HSV(B) 63.33º 0.35% 0.82% -
XYZ 51.9 59.73 32.09 -
YUV 198.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 204 208 136 0.02 0 0.35 0.18 63.33 0.43 0.67
Hex CC D0 88 2 0 23 12 3F 2B 43
Octal 314 320 210 2 0 43 22 77 53 103
Binary 11001100 11010000 10001000 10 0 100011 10010 111111 101011 1000011

Color Harmonies of #CCD088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD088

Black with #CCD088

Text Example


Text Example

White with #CCD088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD088; }

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

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

background-color css

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

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

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

border-color css

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

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

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