Html Css Color HEX #CCC987 Deco

📋 copy color: '#CCC987'

red 204 ◦ green 201 ◦ blue 135

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

Shades of Deco #CCC987

Tints of Deco #CCC987

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.22%

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

R = 37.78%
G = 37.22%
B = 25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCC987 (or 0xCCC987) is known color: Deco. HEX triplet: CC, C9 and 87. RGB value is (204,201,135). Sum of RGB (Red+Green+Blue) = 204+201+135=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC987 is #333678. Grayscale: #C2C2C2. Windows color (decimal): -3356281 or 8899020. OLE color: 8899020.

HSL color Cylindrical-coordinate representation of color #CCC987: hue angle of 57.39º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCC987 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 135 -
CMYK 0 0.01 0.34 0.2
HSL 57.39º 0.4% 0.66% -
HSV(B) 57.39º 0.34% 0.8% -
XYZ 50.16 56.36 31.16 -
YUV 194.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 204 201 135 0 0.01 0.34 0.2 57.39 0.4 0.66
Hex CC C9 87 0 1 22 14 39 28 42
Octal 314 311 207 0 1 42 24 71 50 102
Binary 11001100 11001001 10000111 0 1 100010 10100 111001 101000 1000010

Color Harmonies of #CCC987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC987

Black with #CCC987

Text Example


Text Example

White with #CCC987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC987; }

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

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

background-color css

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

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

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

border-color css

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

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

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