#CDB99D

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

Shades of Vanilla #CDB99D

Tints of Vanilla #CDB99D

Color information

#CDB99D (or 0xCDB99D) is unknown color: approx Vanilla. HEX triplet: CD, B9 and 9D. RGB value is (205,185,157). Sum of RGB (Red+Green+Blue) = 205+185+157=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB99D is #324662. Grayscale: #BBBBBB. Windows color (decimal): -3294819 or 10336717. OLE color: 10336717.

HSL color Cylindrical-coordinate representation of color #CDB99D: hue angle of 35º 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 #CDB99D is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB205185157-
CMYK00.100.230.20
HSL35º32.43%70.98%-
HSV(B)35º23.41%80.39%-
XYZ48.6150.1139.01-
YUV187.79110.63140.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 185 (72.66% from 255) = 33.82%
BLUE value IS 157 (61.72% from 255) = 28.70%
R=37.48%
G=33.82%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518515700.100.230.203532.4370.98
HexCDB99D0A1714232047
Octal31527123501227244340107
Binary1100110110111001100111010101010111101001000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB99D; }

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

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

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

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

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

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

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

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