#CDB59D

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

Shades of Vanilla #CDB59D

Tints of Vanilla #CDB59D

Color information

#CDB59D (or 0xCDB59D) is unknown color: approx Vanilla. HEX triplet: CD, B5 and 9D. RGB value is (205,181,157). Sum of RGB (Red+Green+Blue) = 205+181+157=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB59D is #324A62. Grayscale: #B9B9B9. Windows color (decimal): -3295843 or 10335693. OLE color: 10335693.

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

Color convert

RGB205181157-
CMYK00.120.230.20
HSL30º32.43%70.98%-
HSV(B)30º23.41%80.39%-
XYZ47.7948.4638.73-
YUV185.44111.95141.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 181 (71.09% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 28.91%
R=37.75%
G=33.33%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518115700.120.230.203032.4370.98
HexCDB59D0C17141e2047
Octal31526523501427243640107
Binary110011011011010110011101011001011110100111101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB59D; }

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

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

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

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

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

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

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

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