Html Css Color HEX #D9B498 Cashmere

📋 copy color: '#D9B498'

red 217 ◦ green 180 ◦ blue 152

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

Shades of Cashmere #D9B498

Tints of Cashmere #D9B498

RGB

 RED value IS 217 (85.16% from 255) = 39.53%

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

 BLUE value IS 152 (59.77% from 255) = 27.69%

R = 39.53%
G = 32.79%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D9B498 (or 0xD9B498) is known color: Cashmere. HEX triplet: D9, B4 and 98. RGB value is (217,180,152). Sum of RGB (Red+Green+Blue) = 217+180+152=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B498 is #264B67. Grayscale: #BCBCBC. Windows color (decimal): -2509672 or 10007769. OLE color: 10007769.

HSL color Cylindrical-coordinate representation of color #D9B498: hue angle of 25.85º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9B498 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 180 152 -
CMYK 0 0.17 0.30 0.15
HSL 25.85º 0.46% 0.72% -
HSV(B) 25.85º 0.3% 0.85% -
XYZ 50.6 49.66 36.62 -
YUV 187.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 217 180 152 0 0.17 0.30 0.15 25.85 0.46 0.72
Hex D9 B4 98 0 11 1E F 1A 2E 48
Octal 331 264 230 0 21 36 17 32 56 110
Binary 11011001 10110100 10011000 0 10001 11110 1111 11010 101110 1001000

Color Harmonies of #D9B498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B498

Black with #D9B498

Text Example


Text Example

White with #D9B498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B498; }

 p { color: rgb(217,180,152); }

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

background-color css

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

 a { background-color: rgb(217,180,152); }

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

border-color css

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

 span { border-color: rgb(217,180,152); }

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