Html Css Color HEX #D7B093 Cashmere

📋 copy color: '#D7B093'

red 215 ◦ green 176 ◦ blue 147

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

Shades of Cashmere #D7B093

Tints of Cashmere #D7B093

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.71%

 BLUE value IS 147 (57.81% from 255) = 27.32%

R = 39.96%
G = 32.71%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D7B093 (or 0xD7B093) is known color: Cashmere. HEX triplet: D7, B0 and 93. RGB value is (215,176,147). Sum of RGB (Red+Green+Blue) = 215+176+147=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B093 is #284F6C. Grayscale: #B8B8B8. Windows color (decimal): -2641773 or 9679063. OLE color: 9679063.

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

Color convert

RGB 215 176 147 -
CMYK 0 0.18 0.32 0.16
HSL 25.59º 0.46% 0.71% -
HSV(B) 25.59º 0.32% 0.84% -
XYZ 48.82 47.6 34.22 -
YUV 184.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 215 176 147 0 0.18 0.32 0.16 25.59 0.46 0.71
Hex D7 B0 93 0 12 20 10 1A 2E 47
Octal 327 260 223 0 22 40 20 32 56 107
Binary 11010111 10110000 10010011 0 10010 100000 10000 11010 101110 1000111

Color Harmonies of #D7B093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B093

Black with #D7B093

Text Example


Text Example

White with #D7B093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B093; }

 p { color: rgb(215,176,147); }

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

background-color css

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

 a { background-color: rgb(215,176,147); }

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

border-color css

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

 span { border-color: rgb(215,176,147); }

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