Html Css Color HEX #CCD987 Deco

📋 copy color: '#CCD987'

red 204 ◦ green 217 ◦ blue 135

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

Shades of Deco #CCD987

Tints of Deco #CCD987

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.03%

 BLUE value IS 135 (53.13% from 255) = 24.28%

R = 36.69%
G = 39.03%
B = 24.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#CCD987 (or 0xCCD987) is known color: Deco. HEX triplet: CC, D9 and 87. RGB value is (204,217,135). Sum of RGB (Red+Green+Blue) = 204+217+135=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 135 (53.12% from 255 or 24.28% from 556); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD987 is #332678. Grayscale: #CCCCCC. Windows color (decimal): -3352185 or 8903116. OLE color: 8903116.

HSL color Cylindrical-coordinate representation of color #CCD987: hue angle of 69.51º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCD987 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 135 -
CMYK 0.06 0 0.38 0.15
HSL 69.51º 0.52% 0.69% -
HSV(B) 69.51º 0.38% 0.85% -
XYZ 54.09 64.21 32.47 -
YUV 203.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 204 217 135 0.06 0 0.38 0.15 69.51 0.52 0.69
Hex CC D9 87 6 0 26 F 46 34 45
Octal 314 331 207 6 0 46 17 106 64 105
Binary 11001100 11011001 10000111 110 0 100110 1111 1000110 110100 1000101

Color Harmonies of #CCD987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD987

Black with #CCD987

Text Example


Text Example

White with #CCD987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD987; }

 p { color: rgb(204,217,135); }

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

background-color css

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

 a { background-color: rgb(204,217,135); }

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

border-color css

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

 span { border-color: rgb(204,217,135); }

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