Html Css Color HEX #D4B29F Cashmere

📋 copy color: '#D4B29F'

red 212 ◦ green 178 ◦ blue 159

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

Shades of Cashmere #D4B29F

Tints of Cashmere #D4B29F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.42%

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

R = 38.62%
G = 32.42%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4B29F (or 0xD4B29F) is known color: Cashmere. HEX triplet: D4, B2 and 9F. RGB value is (212,178,159). Sum of RGB (Red+Green+Blue) = 212+178+159=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B29F is #2B4D60. Grayscale: #BABABA. Windows color (decimal): -2837857 or 10466004. OLE color: 10466004.

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

Color convert

RGB 212 178 159 -
CMYK 0 0.16 0.25 0.17
HSL 21.51º 0.38% 0.73% -
HSV(B) 21.51º 0.25% 0.83% -
XYZ 49.33 48.34 39.53 -
YUV 186 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 212 178 159 0 0.16 0.25 0.17 21.51 0.38 0.73
Hex D4 B2 9F 0 10 19 11 16 26 49
Octal 324 262 237 0 20 31 21 26 46 111
Binary 11010100 10110010 10011111 0 10000 11001 10001 10110 100110 1001001

Color Harmonies of #D4B29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B29F

Black with #D4B29F

Text Example


Text Example

White with #D4B29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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