#CBD987

Color #CBD987 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CBD987

Tints of Deco #CBD987

Color information

#CBD987 (or 0xCBD987) is unknown color: approx Deco. HEX triplet: CB, D9 and 87. RGB value is (203,217,135). Sum of RGB (Red+Green+Blue) = 203+217+135=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 135 (53.12% from 255 or 24.32% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD987 is #342678. Grayscale: #CBCBCB. Windows color (decimal): -3417721 or 8903115. OLE color: 8903115.

HSL color Cylindrical-coordinate representation of color #CBD987: hue angle of 70.24º 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 #CBD987 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB203217135-
CMYK0.0600.380.15
HSL70.24º51.9%69.02%-
HSV(B)70.24º37.79%85.1%-
XYZ53.8164.0732.45-
YUV203.4789.36127.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 217 (85.16% from 255) = 39.10%
BLUE value IS 135 (53.12% from 255) = 24.32%
R=36.58%
G=39.10%
B=24.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032171350.0600.380.1570.2451.969.02
HexCBD9876026F463445
Octal31333120760461710664105
Binary1100101111011001100001111100100110111110001101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD987; }

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

 H1.HeaderClassName
 {
   color: #CBD987;
 }
 .AnyTagClassName
 {
   color: #CBD987;
 }
</style>
background-color css

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

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

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

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

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

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