#CBD289

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

Shades of Deco #CBD289

Tints of Deco #CBD289

Color information

#CBD289 (or 0xCBD289) is unknown color: approx Deco. HEX triplet: CB, D2 and 89. RGB value is (203,210,137). Sum of RGB (Red+Green+Blue) = 203+210+137=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD289 is #342D76. Grayscale: #C7C7C7. Windows color (decimal): -3419511 or 9032395. OLE color: 9032395.

HSL color Cylindrical-coordinate representation of color #CBD289: hue angle of 65.75º degrees, saturation: 0.45, 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 #CBD289 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB203210137-
CMYK0.0300.350.18
HSL65.75º44.79%68.04%-
HSV(B)65.75º34.76%82.35%-
XYZ52.1960.632.61-
YUV199.5892.68130.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 210 (82.42% from 255) = 38.18%
BLUE value IS 137 (53.91% from 255) = 24.91%
R=36.91%
G=38.18%
B=24.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032101370.0300.350.1865.7544.7968.04
HexCBD289302312422d44
Octal31332221130432210255104
Binary1100101111010010100010011101000111001010000101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD289; }

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

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

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

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

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

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

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

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