Html Css Color HEX #D7B294 Cashmere

📋 copy color: '#D7B294'

red 215 ◦ green 178 ◦ blue 148

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

Shades of Cashmere #D7B294

Tints of Cashmere #D7B294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.36%

R = 39.74%
G = 32.9%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D7B294 (or 0xD7B294) is known color: Cashmere. HEX triplet: D7, B2 and 94. RGB value is (215,178,148). Sum of RGB (Red+Green+Blue) = 215+178+148=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B294 is #284D6B. Grayscale: #B9B9B9. Windows color (decimal): -2641260 or 9745111. OLE color: 9745111.

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

Color convert

RGB 215 178 148 -
CMYK 0 0.17 0.31 0.16
HSL 26.87º 0.46% 0.71% -
HSV(B) 26.87º 0.31% 0.84% -
XYZ 49.29 48.43 34.77 -
YUV 185.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 215 178 148 0 0.17 0.31 0.16 26.87 0.46 0.71
Hex D7 B2 94 0 11 1F 10 1B 2E 47
Octal 327 262 224 0 21 37 20 33 56 107
Binary 11010111 10110010 10010100 0 10001 11111 10000 11011 101110 1000111

Color Harmonies of #D7B294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B294

Black with #D7B294

Text Example


Text Example

White with #D7B294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B294; }

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

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

background-color css

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

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

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

border-color css

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

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

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