Html Css Color HEX #CCD188 Deco

📋 copy color: '#CCD188'

red 204 ◦ green 209 ◦ blue 136

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

Shades of Deco #CCD188

Tints of Deco #CCD188

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.07%

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

R = 37.16%
G = 38.07%
B = 24.77%

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

#CCD188 (or 0xCCD188) is known color: Deco. HEX triplet: CC, D1 and 88. RGB value is (204,209,136). Sum of RGB (Red+Green+Blue) = 204+209+136=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD188 is #332E77. Grayscale: #C7C7C7. Windows color (decimal): -3354232 or 8966604. OLE color: 8966604.

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

Color convert

RGB 204 209 136 -
CMYK 0.02 0 0.35 0.18
HSL 64.11º 0.44% 0.68% -
HSV(B) 64.11º 0.35% 0.82% -
XYZ 52.15 60.22 32.17 -
YUV 199.18 92.34 131.44 -
System Red Green Blue C M Y K H S L
Decimal 204 209 136 0.02 0 0.35 0.18 64.11 0.44 0.68
Hex CC D1 88 2 0 23 12 40 2C 44
Octal 314 321 210 2 0 43 22 100 54 104
Binary 11001100 11010001 10001000 10 0 100011 10010 1000000 101100 1000100

Color Harmonies of #CCD188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD188

Black with #CCD188

Text Example


Text Example

White with #CCD188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD188; }

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

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

background-color css

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

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

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

border-color css

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

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

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