#CBD990

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

Shades of Deco #CBD990

Tints of Deco #CBD990

Color information

#CBD990 (or 0xCBD990) is unknown color: approx Deco. HEX triplet: CB, D9 and 90. RGB value is (203,217,144). Sum of RGB (Red+Green+Blue) = 203+217+144=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD990 is #34266F. Grayscale: #CCCCCC. Windows color (decimal): -3417712 or 9492939. OLE color: 9492939.

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

Color convert

RGB203217144-
CMYK0.0600.340.15
HSL71.51º48.99%70.78%-
HSV(B)71.51º33.64%85.1%-
XYZ54.4864.3435.93-
YUV204.4993.86126.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 144 (56.64% from 255) = 25.53%
R=35.99%
G=38.48%
B=25.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032171440.0600.340.1571.5148.9970.78
HexCBD9906022F483147
Octal31333122060421711061107
Binary1100101111011001100100001100100010111110010001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD990; }

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

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

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

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

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

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

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

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