Html Css Color HEX #D5B293 Cashmere

📋 copy color: '#D5B293'

red 213 ◦ green 178 ◦ blue 147

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

Shades of Cashmere #D5B293

Tints of Cashmere #D5B293

RGB

 RED value IS 213 (83.59% from 255) = 39.59%

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

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

R = 39.59%
G = 33.09%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5B293 (or 0xD5B293) is known color: Cashmere. HEX triplet: D5, B2 and 93. RGB value is (213,178,147). Sum of RGB (Red+Green+Blue) = 213+178+147=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B293 is #2A4D6C. Grayscale: #B9B9B9. Windows color (decimal): -2772333 or 9679573. OLE color: 9679573.

HSL color Cylindrical-coordinate representation of color #D5B293: hue angle of 28.18º degrees, saturation: 0.44, 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 #D5B293 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 178 147 -
CMYK 0 0.16 0.31 0.16
HSL 28.18º 0.44% 0.71% -
HSV(B) 28.18º 0.31% 0.84% -
XYZ 48.63 48.09 34.32 -
YUV 184.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 213 178 147 0 0.16 0.31 0.16 28.18 0.44 0.71
Hex D5 B2 93 0 10 1F 10 1C 2C 47
Octal 325 262 223 0 20 37 20 34 54 107
Binary 11010101 10110010 10010011 0 10000 11111 10000 11100 101100 1000111

Color Harmonies of #D5B293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B293

Black with #D5B293

Text Example


Text Example

White with #D5B293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B293; }

 p { color: rgb(213,178,147); }

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

background-color css

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

 a { background-color: rgb(213,178,147); }

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

border-color css

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

 span { border-color: rgb(213,178,147); }

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