Html Css Color HEX #D7B291 Cashmere

📋 copy color: '#D7B291'

red 215 ◦ green 178 ◦ blue 145

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

Shades of Cashmere #D7B291

Tints of Cashmere #D7B291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.95%

R = 39.96%
G = 33.09%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7B291 (or 0xD7B291) is known color: Cashmere. HEX triplet: D7, B2 and 91. RGB value is (215,178,145). Sum of RGB (Red+Green+Blue) = 215+178+145=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B291 is #284D6E. Grayscale: #B9B9B9. Windows color (decimal): -2641263 or 9548503. OLE color: 9548503.

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

Color convert

RGB 215 178 145 -
CMYK 0 0.17 0.33 0.16
HSL 28.29º 0.47% 0.71% -
HSV(B) 28.29º 0.33% 0.84% -
XYZ 49.06 48.33 33.53 -
YUV 185.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 215 178 145 0 0.17 0.33 0.16 28.29 0.47 0.71
Hex D7 B2 91 0 11 21 10 1C 2F 47
Octal 327 262 221 0 21 41 20 34 57 107
Binary 11010111 10110010 10010001 0 10001 100001 10000 11100 101111 1000111

Color Harmonies of #D7B291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B291

Black with #D7B291

Text Example


Text Example

White with #D7B291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B291; }

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

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

background-color css

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

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

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

border-color css

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

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

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