Html Css Color HEX #CDB698 Vanilla

📋 copy color: '#CDB698'

red 205 ◦ green 182 ◦ blue 152

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

Shades of Vanilla #CDB698

Tints of Vanilla #CDB698

RGB

 RED value IS 205 (80.47% from 255) = 38.03%

 GREEN value IS 182 (71.48% from 255) = 33.77%

 BLUE value IS 152 (59.77% from 255) = 28.2%

R = 38.03%
G = 33.77%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CDB698 (or 0xCDB698) is known color: Vanilla. HEX triplet: CD, B6 and 98. RGB value is (205,182,152). Sum of RGB (Red+Green+Blue) = 205+182+152=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB698 is #324967. Grayscale: #B9B9B9. Windows color (decimal): -3295592 or 10008269. OLE color: 10008269.

HSL color Cylindrical-coordinate representation of color #CDB698: hue angle of 33.96º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDB698 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 182 152 -
CMYK 0 0.11 0.26 0.20
HSL 33.96º 0.35% 0.7% -
HSV(B) 33.96º 0.26% 0.8% -
XYZ 47.57 48.7 36.6 -
YUV 185.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 205 182 152 0 0.11 0.26 0.20 33.96 0.35 0.7
Hex CD B6 98 0 B 1A 14 22 23 46
Octal 315 266 230 0 13 32 24 42 43 106
Binary 11001101 10110110 10011000 0 1011 11010 10100 100010 100011 1000110

Color Harmonies of #CDB698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB698

Black with #CDB698

Text Example


Text Example

White with #CDB698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB698; }

 p { color: rgb(205,182,152); }

 H1.HeaderClassName
 {
   color: #CDB698;
 }
 .AnyTagClassName
 {
   color: #CDB698;
 }
</style>

background-color css

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

 a { background-color: rgb(205,182,152); }

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

border-color css

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

 span { border-color: rgb(205,182,152); }

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