Html Css Color HEX #DB7F5B Burning Sand

📋 copy color: '#DB7F5B'

red 219 ◦ green 127 ◦ blue 91

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

Shades of Burning Sand #DB7F5B

Tints of Burning Sand #DB7F5B

RGB

 RED value IS 219 (85.94% from 255) = 50.11%

 GREEN value IS 127 (50% from 255) = 29.06%

 BLUE value IS 91 (35.94% from 255) = 20.82%

R = 50.11%
G = 29.06%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB7F5B (or 0xDB7F5B) is known color: Burning Sand. HEX triplet: DB, 7F and 5B. RGB value is (219,127,91). Sum of RGB (Red+Green+Blue) = 219+127+91=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F5B is #2480A4. Grayscale: #969696. Windows color (decimal): -2392229 or 5996507. OLE color: 5996507.

HSL color Cylindrical-coordinate representation of color #DB7F5B: hue angle of 16.88º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB7F5B is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 127 91 -
CMYK 0 0.42 0.58 0.14
HSL 16.88º 0.64% 0.61% -
HSV(B) 16.88º 0.58% 0.86% -
XYZ 38.69 30.99 13.84 -
YUV 150.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 219 127 91 0 0.42 0.58 0.14 16.88 0.64 0.61
Hex DB 7F 5B 0 2A 3A E 11 40 3D
Octal 333 177 133 0 52 72 16 21 100 75
Binary 11011011 1111111 1011011 0 101010 111010 1110 10001 1000000 111101

Color Harmonies of #DB7F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F5B

Black with #DB7F5B

Text Example


Text Example

White with #DB7F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F5B; }

 p { color: rgb(219,127,91); }

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

background-color css

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

 a { background-color: rgb(219,127,91); }

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

border-color css

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

 span { border-color: rgb(219,127,91); }

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