Html Css Color HEX #D3B89C Cashmere

📋 copy color: '#D3B89C'

red 211 ◦ green 184 ◦ blue 156

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

Shades of Cashmere #D3B89C

Tints of Cashmere #D3B89C

RGB

 RED value IS 211 (82.81% from 255) = 38.29%

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

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

R = 38.29%
G = 33.39%
B = 28.31%

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

#D3B89C (or 0xD3B89C) is known color: Cashmere. HEX triplet: D3, B8 and 9C. RGB value is (211,184,156). Sum of RGB (Red+Green+Blue) = 211+184+156=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B89C is #2C4763. Grayscale: #BDBDBD. Windows color (decimal): -2901860 or 10270931. OLE color: 10270931.

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

Color convert

RGB 211 184 156 -
CMYK 0 0.13 0.26 0.17
HSL 30.55º 0.38% 0.72% -
HSV(B) 30.55º 0.26% 0.83% -
XYZ 50.01 50.53 38.57 -
YUV 188.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 211 184 156 0 0.13 0.26 0.17 30.55 0.38 0.72
Hex D3 B8 9C 0 D 1A 11 1F 26 48
Octal 323 270 234 0 15 32 21 37 46 110
Binary 11010011 10111000 10011100 0 1101 11010 10001 11111 100110 1001000

Color Harmonies of #D3B89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B89C

Black with #D3B89C

Text Example


Text Example

White with #D3B89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B89C; }

 p { color: rgb(211,184,156); }

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

background-color css

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

 a { background-color: rgb(211,184,156); }

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

border-color css

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

 span { border-color: rgb(211,184,156); }

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