Html Css Color HEX #D4B99C Cashmere

📋 copy color: '#D4B99C'

red 212 ◦ green 185 ◦ blue 156

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

Shades of Cashmere #D4B99C

Tints of Cashmere #D4B99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.21%

R = 38.34%
G = 33.45%
B = 28.21%

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

#D4B99C (or 0xD4B99C) is known color: Cashmere. HEX triplet: D4, B9 and 9C. RGB value is (212,185,156). Sum of RGB (Red+Green+Blue) = 212+185+156=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B99C is #2B4663. Grayscale: #BDBDBD. Windows color (decimal): -2836068 or 10271188. OLE color: 10271188.

HSL color Cylindrical-coordinate representation of color #D4B99C: hue angle of 31.07º 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 #D4B99C is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 185 156 -
CMYK 0 0.13 0.26 0.17
HSL 31.07º 0.39% 0.72% -
HSV(B) 31.07º 0.26% 0.83% -
XYZ 50.5 51.1 38.65 -
YUV 189.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 212 185 156 0 0.13 0.26 0.17 31.07 0.39 0.72
Hex D4 B9 9C 0 D 1A 11 1F 27 48
Octal 324 271 234 0 15 32 21 37 47 110
Binary 11010100 10111001 10011100 0 1101 11010 10001 11111 100111 1001000

Color Harmonies of #D4B99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B99C

Black with #D4B99C

Text Example


Text Example

White with #D4B99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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