Html Css Color HEX #DB7E65 Burning Sand

📋 copy color: '#DB7E65'

red 219 ◦ green 126 ◦ blue 101

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

Shades of Burning Sand #DB7E65

Tints of Burning Sand #DB7E65

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.25%

 BLUE value IS 101 (39.84% from 255) = 22.65%

R = 49.1%
G = 28.25%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB7E65 (or 0xDB7E65) is known color: Burning Sand. HEX triplet: DB, 7E and 65. RGB value is (219,126,101). Sum of RGB (Red+Green+Blue) = 219+126+101=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E65 is #24819A. Grayscale: #979797. Windows color (decimal): -2392475 or 6651611. OLE color: 6651611.

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

Color convert

RGB 219 126 101 -
CMYK 0 0.42 0.54 0.14
HSL 12.71º 0.62% 0.63% -
HSV(B) 12.71º 0.54% 0.86% -
XYZ 39.02 30.92 16.22 -
YUV 150.96 99.81 176.53 -
System Red Green Blue C M Y K H S L
Decimal 219 126 101 0 0.42 0.54 0.14 12.71 0.62 0.63
Hex DB 7E 65 0 2A 36 E D 3E 3F
Octal 333 176 145 0 52 66 16 15 76 77
Binary 11011011 1111110 1100101 0 101010 110110 1110 1101 111110 111111

Color Harmonies of #DB7E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7E65

Black with #DB7E65

Text Example


Text Example

White with #DB7E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7E65; }

 p { color: rgb(219,126,101); }

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

background-color css

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

 a { background-color: rgb(219,126,101); }

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

border-color css

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

 span { border-color: rgb(219,126,101); }

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