Html Css Color HEX #D3B19C Cashmere

📋 copy color: '#D3B19C'

red 211 ◦ green 177 ◦ blue 156

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

Shades of Cashmere #D3B19C

Tints of Cashmere #D3B19C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.54%

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

R = 38.79%
G = 32.54%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D3B19C (or 0xD3B19C) is known color: Cashmere. HEX triplet: D3, B1 and 9C. RGB value is (211,177,156). Sum of RGB (Red+Green+Blue) = 211+177+156=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3B19C is #2C4E63. Grayscale: #B8B8B8. Windows color (decimal): -2903652 or 10269139. OLE color: 10269139.

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

Color convert

RGB 211 177 156 -
CMYK 0 0.16 0.26 0.17
HSL 22.91º 0.38% 0.72% -
HSV(B) 22.91º 0.26% 0.83% -
XYZ 48.59 47.69 38.1 -
YUV 184.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 211 177 156 0 0.16 0.26 0.17 22.91 0.38 0.72
Hex D3 B1 9C 0 10 1A 11 17 26 48
Octal 323 261 234 0 20 32 21 27 46 110
Binary 11010011 10110001 10011100 0 10000 11010 10001 10111 100110 1001000

Color Harmonies of #D3B19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B19C

Black with #D3B19C

Text Example


Text Example

White with #D3B19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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