Html Css Color HEX #D4B99D Cashmere

📋 copy color: '#D4B99D'

red 212 ◦ green 185 ◦ blue 157

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

Shades of Cashmere #D4B99D

Tints of Cashmere #D4B99D

RGB

 RED value IS 212 (83.2% from 255) = 38.27%

 GREEN value IS 185 (72.66% from 255) = 33.39%

 BLUE value IS 157 (61.72% from 255) = 28.34%

R = 38.27%
G = 33.39%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4B99D (or 0xD4B99D) is known color: Cashmere. HEX triplet: D4, B9 and 9D. RGB value is (212,185,157). Sum of RGB (Red+Green+Blue) = 212+185+157=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B99D is #2B4662. Grayscale: #BEBEBE. Windows color (decimal): -2836067 or 10336724. OLE color: 10336724.

HSL color Cylindrical-coordinate representation of color #D4B99D: hue angle of 30.55º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4B99D is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 185 157 -
CMYK 0 0.13 0.26 0.17
HSL 30.55º 0.39% 0.72% -
HSV(B) 30.55º 0.26% 0.83% -
XYZ 50.59 51.13 39.1 -
YUV 189.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 212 185 157 0 0.13 0.26 0.17 30.55 0.39 0.72
Hex D4 B9 9D 0 D 1A 11 1F 27 48
Octal 324 271 235 0 15 32 21 37 47 110
Binary 11010100 10111001 10011101 0 1101 11010 10001 11111 100111 1001000

Color Harmonies of #D4B99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B99D

Black with #D4B99D

Text Example


Text Example

White with #D4B99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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