Html Css Color HEX #D4B497 Cashmere

📋 copy color: '#D4B497'

red 212 ◦ green 180 ◦ blue 151

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

Shades of Cashmere #D4B497

Tints of Cashmere #D4B497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.15%

 BLUE value IS 151 (59.38% from 255) = 27.81%

R = 39.04%
G = 33.15%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D4B497 (or 0xD4B497) is known color: Cashmere. HEX triplet: D4, B4 and 97. RGB value is (212,180,151). Sum of RGB (Red+Green+Blue) = 212+180+151=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B497 is #2B4B68. Grayscale: #BABABA. Windows color (decimal): -2837353 or 9942228. OLE color: 9942228.

HSL color Cylindrical-coordinate representation of color #D4B497: hue angle of 28.52º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4B497 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 180 151 -
CMYK 0 0.15 0.29 0.17
HSL 28.52º 0.41% 0.71% -
HSV(B) 28.52º 0.29% 0.83% -
XYZ 49.06 48.87 36.13 -
YUV 186.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 212 180 151 0 0.15 0.29 0.17 28.52 0.41 0.71
Hex D4 B4 97 0 F 1D 11 1D 29 47
Octal 324 264 227 0 17 35 21 35 51 107
Binary 11010100 10110100 10010111 0 1111 11101 10001 11101 101001 1000111

Color Harmonies of #D4B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B497

Black with #D4B497

Text Example


Text Example

White with #D4B497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B497; }

 p { color: rgb(212,180,151); }

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

background-color css

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

 a { background-color: rgb(212,180,151); }

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

border-color css

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

 span { border-color: rgb(212,180,151); }

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