Html Css Color HEX #D4B39C Cashmere

📋 copy color: '#D4B39C'

red 212 ◦ green 179 ◦ blue 156

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

Shades of Cashmere #D4B39C

Tints of Cashmere #D4B39C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.72%

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

R = 38.76%
G = 32.72%
B = 28.52%

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

#D4B39C (or 0xD4B39C) is known color: Cashmere. HEX triplet: D4, B3 and 9C. RGB value is (212,179,156). Sum of RGB (Red+Green+Blue) = 212+179+156=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B39C is #2B4C63. Grayscale: #BABABA. Windows color (decimal): -2837604 or 10269652. OLE color: 10269652.

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

Color convert

RGB 212 179 156 -
CMYK 0 0.16 0.26 0.17
HSL 24.64º 0.39% 0.72% -
HSV(B) 24.64º 0.26% 0.83% -
XYZ 49.27 48.64 38.24 -
YUV 186.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 212 179 156 0 0.16 0.26 0.17 24.64 0.39 0.72
Hex D4 B3 9C 0 10 1A 11 19 27 48
Octal 324 263 234 0 20 32 21 31 47 110
Binary 11010100 10110011 10011100 0 10000 11010 10001 11001 100111 1001000

Color Harmonies of #D4B39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B39C

Black with #D4B39C

Text Example


Text Example

White with #D4B39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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