#CBD983

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

Shades of Deco #CBD983

Tints of Deco #CBD983

Color information

#CBD983 (or 0xCBD983) is unknown color: approx Deco. HEX triplet: CB, D9 and 83. RGB value is (203,217,131). Sum of RGB (Red+Green+Blue) = 203+217+131=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD983 is #34267C. Grayscale: #CBCBCB. Windows color (decimal): -3417725 or 8640971. OLE color: 8640971.

HSL color Cylindrical-coordinate representation of color #CBD983: hue angle of 69.77º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBD983 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB203217131-
CMYK0.0600.400.15
HSL69.77º53.09%68.24%-
HSV(B)69.77º39.63%85.1%-
XYZ53.5463.9631-
YUV203.0187.36127.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 217 (85.16% from 255) = 39.38%
BLUE value IS 131 (51.56% from 255) = 23.77%
R=36.84%
G=39.38%
B=23.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032171310.0600.400.1569.7753.0968.24
HexCBD9836028F463544
Octal31333120360501710665104
Binary1100101111011001100000111100101000111110001101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD983; }

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

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

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

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

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

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

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

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