Html Css Color HEX #D9B298 Cashmere

📋 copy color: '#D9B298'

red 217 ◦ green 178 ◦ blue 152

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

Shades of Cashmere #D9B298

Tints of Cashmere #D9B298

RGB

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

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

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

R = 39.67%
G = 32.54%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D9B298 (or 0xD9B298) is known color: Cashmere. HEX triplet: D9, B2 and 98. RGB value is (217,178,152). Sum of RGB (Red+Green+Blue) = 217+178+152=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B298 is #264D67. Grayscale: #BABABA. Windows color (decimal): -2510184 or 10007257. OLE color: 10007257.

HSL color Cylindrical-coordinate representation of color #D9B298: hue angle of 24º 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 #D9B298 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 178 152 -
CMYK 0 0.18 0.30 0.15
HSL 24º 0.46% 0.72% -
HSV(B) 24º 0.3% 0.85% -
XYZ 50.2 48.86 36.49 -
YUV 186.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 217 178 152 0 0.18 0.30 0.15 24 0.46 0.72
Hex D9 B2 98 0 12 1E F 18 2E 48
Octal 331 262 230 0 22 36 17 30 56 110
Binary 11011001 10110010 10011000 0 10010 11110 1111 11000 101110 1001000

Color Harmonies of #D9B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B298

Black with #D9B298

Text Example


Text Example

White with #D9B298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B298; }

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

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

background-color css

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

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

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

border-color css

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

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

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