Html Css Color HEX #D4B69F Cashmere

📋 copy color: '#D4B69F'

red 212 ◦ green 182 ◦ blue 159

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

Shades of Cashmere #D4B69F

Tints of Cashmere #D4B69F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.75%

R = 38.34%
G = 32.91%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4B69F (or 0xD4B69F) is known color: Cashmere. HEX triplet: D4, B6 and 9F. RGB value is (212,182,159). Sum of RGB (Red+Green+Blue) = 212+182+159=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B69F is #2B4960. Grayscale: #BCBCBC. Windows color (decimal): -2836833 or 10467028. OLE color: 10467028.

HSL color Cylindrical-coordinate representation of color #D4B69F: hue angle of 26.04º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4B69F is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 182 159 -
CMYK 0 0.14 0.25 0.17
HSL 26.04º 0.38% 0.73% -
HSV(B) 26.04º 0.25% 0.83% -
XYZ 50.14 49.96 39.8 -
YUV 188.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 212 182 159 0 0.14 0.25 0.17 26.04 0.38 0.73
Hex D4 B6 9F 0 E 19 11 1A 26 49
Octal 324 266 237 0 16 31 21 32 46 111
Binary 11010100 10110110 10011111 0 1110 11001 10001 11010 100110 1001001

Color Harmonies of #D4B69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B69F

Black with #D4B69F

Text Example


Text Example

White with #D4B69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B69F; }

 p { color: rgb(212,182,159); }

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

background-color css

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

 a { background-color: rgb(212,182,159); }

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

border-color css

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

 span { border-color: rgb(212,182,159); }

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