Html Css Color HEX #DB7D65 Burning Sand

📋 copy color: '#DB7D65'

red 219 ◦ green 125 ◦ blue 101

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

Shades of Burning Sand #DB7D65

Tints of Burning Sand #DB7D65

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.09%

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

R = 49.21%
G = 28.09%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB7D65 (or 0xDB7D65) is known color: Burning Sand. HEX triplet: DB, 7D and 65. RGB value is (219,125,101). Sum of RGB (Red+Green+Blue) = 219+125+101=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D65 is #24829A. Grayscale: #969696. Windows color (decimal): -2392731 or 6651355. OLE color: 6651355.

HSL color Cylindrical-coordinate representation of color #DB7D65: hue angle of 12.2º 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 #DB7D65 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 125 101 -
CMYK 0 0.43 0.54 0.14
HSL 12.2º 0.62% 0.63% -
HSV(B) 12.2º 0.54% 0.86% -
XYZ 38.9 30.67 16.18 -
YUV 150.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 219 125 101 0 0.43 0.54 0.14 12.2 0.62 0.63
Hex DB 7D 65 0 2B 36 E C 3E 3F
Octal 333 175 145 0 53 66 16 14 76 77
Binary 11011011 1111101 1100101 0 101011 110110 1110 1100 111110 111111

Color Harmonies of #DB7D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7D65

Black with #DB7D65

Text Example


Text Example

White with #DB7D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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