Html Css Color HEX #D4B89D Cashmere

📋 copy color: '#D4B89D'

red 212 ◦ green 184 ◦ blue 157

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

Shades of Cashmere #D4B89D

Tints of Cashmere #D4B89D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.27%

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

R = 38.34%
G = 33.27%
B = 28.39%

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

#D4B89D (or 0xD4B89D) is known color: Cashmere. HEX triplet: D4, B8 and 9D. RGB value is (212,184,157). Sum of RGB (Red+Green+Blue) = 212+184+157=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B89D is #2B4762. Grayscale: #BDBDBD. Windows color (decimal): -2836323 or 10336468. OLE color: 10336468.

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

Color convert

RGB 212 184 157 -
CMYK 0 0.13 0.26 0.17
HSL 29.45º 0.39% 0.72% -
HSV(B) 29.45º 0.26% 0.83% -
XYZ 50.38 50.71 39.03 -
YUV 189.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 212 184 157 0 0.13 0.26 0.17 29.45 0.39 0.72
Hex D4 B8 9D 0 D 1A 11 1D 27 48
Octal 324 270 235 0 15 32 21 35 47 110
Binary 11010100 10111000 10011101 0 1101 11010 10001 11101 100111 1001000

Color Harmonies of #D4B89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B89D

Black with #D4B89D

Text Example


Text Example

White with #D4B89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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