#CDB59B

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

Shades of Vanilla #CDB59B

Tints of Vanilla #CDB59B

Color information

#CDB59B (or 0xCDB59B) is unknown color: approx Vanilla. HEX triplet: CD, B5 and 9B. RGB value is (205,181,155). Sum of RGB (Red+Green+Blue) = 205+181+155=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB59B is #324A64. Grayscale: #B9B9B9. Windows color (decimal): -3295845 or 10204621. OLE color: 10204621.

HSL color Cylindrical-coordinate representation of color #CDB59B: hue angle of 31.2º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDB59B is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB205181155-
CMYK00.120.240.20
HSL31.2º33.33%70.59%-
HSV(B)31.2º24.39%80.39%-
XYZ47.6248.3937.84-
YUV185.21110.95142.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 181 (71.09% from 255) = 33.46%
BLUE value IS 155 (60.94% from 255) = 28.65%
R=37.89%
G=33.46%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518115500.120.240.2031.233.3370.59
HexCDB59B0C18141f2147
Octal31526523301430243741107
Binary110011011011010110011011011001100010100111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB59B; }

 p { color: rgb(205,181,155); }

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

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

 a { background-color: rgb(205,181,155); }

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

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

 span { border-color: rgb(205,181,155); }

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