Html Css Color HEX #DB7C65 Burning Sand

📋 copy color: '#DB7C65'

red 219 ◦ green 124 ◦ blue 101

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

Shades of Burning Sand #DB7C65

Tints of Burning Sand #DB7C65

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.93%

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

R = 49.32%
G = 27.93%
B = 22.75%

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

#DB7C65 (or 0xDB7C65) is known color: Burning Sand. HEX triplet: DB, 7C and 65. RGB value is (219,124,101). Sum of RGB (Red+Green+Blue) = 219+124+101=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C65 is #24839A. Grayscale: #959595. Windows color (decimal): -2392987 or 6651099. OLE color: 6651099.

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

Color convert

RGB 219 124 101 -
CMYK 0 0.43 0.54 0.14
HSL 11.69º 0.62% 0.63% -
HSV(B) 11.69º 0.54% 0.86% -
XYZ 38.77 30.41 16.14 -
YUV 149.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 219 124 101 0 0.43 0.54 0.14 11.69 0.62 0.63
Hex DB 7C 65 0 2B 36 E C 3E 3F
Octal 333 174 145 0 53 66 16 14 76 77
Binary 11011011 1111100 1100101 0 101011 110110 1110 1100 111110 111111

Color Harmonies of #DB7C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C65

Black with #DB7C65

Text Example


Text Example

White with #DB7C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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