Html Css Color HEX #DB7F5A Burning Sand

📋 copy color: '#DB7F5A'

red 219 ◦ green 127 ◦ blue 90

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

Shades of Burning Sand #DB7F5A

Tints of Burning Sand #DB7F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.64%

R = 50.23%
G = 29.13%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB7F5A (or 0xDB7F5A) is known color: Burning Sand. HEX triplet: DB, 7F and 5A. RGB value is (219,127,90). Sum of RGB (Red+Green+Blue) = 219+127+90=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F5A is #2480A5. Grayscale: #969696. Windows color (decimal): -2392230 or 5930971. OLE color: 5930971.

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

Color convert

RGB 219 127 90 -
CMYK 0 0.42 0.59 0.14
HSL 17.21º 0.64% 0.61% -
HSV(B) 17.21º 0.59% 0.86% -
XYZ 38.65 30.98 13.62 -
YUV 150.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 219 127 90 0 0.42 0.59 0.14 17.21 0.64 0.61
Hex DB 7F 5A 0 2A 3B E 11 40 3D
Octal 333 177 132 0 52 73 16 21 100 75
Binary 11011011 1111111 1011010 0 101010 111011 1110 10001 1000000 111101

Color Harmonies of #DB7F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F5A

Black with #DB7F5A

Text Example


Text Example

White with #DB7F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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