Html Css Color HEX #CDB99D Vanilla

📋 copy color: '#CDB99D'

red 205 ◦ green 185 ◦ blue 157

#CDB99D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vanilla #CDB99D

Tints of Vanilla #CDB99D

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.7%

R = 37.48%
G = 33.82%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CDB99D (or 0xCDB99D) is known color: 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

RGB 205 185 157 -
CMYK 0 0.10 0.23 0.20
HSL 35º 0.32% 0.71% -
HSV(B) 35º 0.23% 0.8% -
XYZ 48.61 50.11 39.01 -
YUV 187.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 205 185 157 0 0.10 0.23 0.20 35 0.32 0.71
Hex CD B9 9D 0 A 17 14 23 20 47
Octal 315 271 235 0 12 27 24 43 40 107
Binary 11001101 10111001 10011101 0 1010 10111 10100 100011 100000 1000111

Color Harmonies of #CDB99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB99D

Black with #CDB99D

Text Example


Text Example

White with #CDB99D

Text Example


Text Example

HTML Codes & Css Web 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>