#CBD589

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

Shades of Deco #CBD589

Tints of Deco #CBD589

Color information

#CBD589 (or 0xCBD589) is unknown color: approx Deco. HEX triplet: CB, D5 and 89. RGB value is (203,213,137). Sum of RGB (Red+Green+Blue) = 203+213+137=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD589 is #342A76. Grayscale: #C9C9C9. Windows color (decimal): -3418743 or 9033163. OLE color: 9033163.

HSL color Cylindrical-coordinate representation of color #CBD589: hue angle of 67.89º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBD589 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB203213137-
CMYK0.0500.360.16
HSL67.89º47.5%68.63%-
HSV(B)67.89º35.68%83.53%-
XYZ52.9462.0932.86-
YUV201.3591.69129.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 137 (53.91% from 255) = 24.77%
R=36.71%
G=38.52%
B=24.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131370.0500.360.1667.8947.568.63
HexCBD589502410443045
Octal31332521150442010460105
Binary11001011110101011000100110101001001000010001001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD589; }

 p { color: rgb(203,213,137); }

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

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

 a { background-color: rgb(203,213,137); }

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

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

 span { border-color: rgb(203,213,137); }

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