Html Css Color HEX #D7B298 Cashmere

📋 copy color: '#D7B298'

red 215 ◦ green 178 ◦ blue 152

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

Shades of Cashmere #D7B298

Tints of Cashmere #D7B298

RGB

 RED value IS 215 (84.38% from 255) = 39.45%

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

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

R = 39.45%
G = 32.66%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D7B298 (or 0xD7B298) is known color: Cashmere. HEX triplet: D7, B2 and 98. RGB value is (215,178,152). Sum of RGB (Red+Green+Blue) = 215+178+152=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B298 is #284D67. Grayscale: #BABABA. Windows color (decimal): -2641256 or 10007255. OLE color: 10007255.

HSL color Cylindrical-coordinate representation of color #D7B298: hue angle of 24.76º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7B298 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 178 152 -
CMYK 0 0.17 0.29 0.16
HSL 24.76º 0.44% 0.72% -
HSV(B) 24.76º 0.29% 0.84% -
XYZ 49.61 48.55 36.46 -
YUV 186.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 215 178 152 0 0.17 0.29 0.16 24.76 0.44 0.72
Hex D7 B2 98 0 11 1D 10 19 2C 48
Octal 327 262 230 0 21 35 20 31 54 110
Binary 11010111 10110010 10011000 0 10001 11101 10000 11001 101100 1001000

Color Harmonies of #D7B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B298

Black with #D7B298

Text Example


Text Example

White with #D7B298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B298; }

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

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

background-color css

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

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

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

border-color css

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

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

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