Html Css Color HEX #D7B292 Cashmere

📋 copy color: '#D7B292'

red 215 ◦ green 178 ◦ blue 146

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

Shades of Cashmere #D7B292

Tints of Cashmere #D7B292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.09%

R = 39.89%
G = 33.02%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D7B292 (or 0xD7B292) is known color: Cashmere. HEX triplet: D7, B2 and 92. RGB value is (215,178,146). Sum of RGB (Red+Green+Blue) = 215+178+146=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B292 is #284D6D. Grayscale: #B9B9B9. Windows color (decimal): -2641262 or 9614039. OLE color: 9614039.

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

Color convert

RGB 215 178 146 -
CMYK 0 0.17 0.32 0.16
HSL 27.83º 0.46% 0.71% -
HSV(B) 27.83º 0.32% 0.84% -
XYZ 49.13 48.36 33.94 -
YUV 185.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 215 178 146 0 0.17 0.32 0.16 27.83 0.46 0.71
Hex D7 B2 92 0 11 20 10 1C 2E 47
Octal 327 262 222 0 21 40 20 34 56 107
Binary 11010111 10110010 10010010 0 10001 100000 10000 11100 101110 1000111

Color Harmonies of #D7B292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B292

Black with #D7B292

Text Example


Text Example

White with #D7B292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B292; }

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

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

background-color css

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

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

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

border-color css

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

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

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