Html Css Color HEX #DB7C66 Burning Sand

📋 copy color: '#DB7C66'

red 219 ◦ green 124 ◦ blue 102

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

Shades of Burning Sand #DB7C66

Tints of Burning Sand #DB7C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.92%

R = 49.21%
G = 27.87%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB7C66 (or 0xDB7C66) is known color: Burning Sand. HEX triplet: DB, 7C and 66. RGB value is (219,124,102). Sum of RGB (Red+Green+Blue) = 219+124+102=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C66 is #248399. Grayscale: #969696. Windows color (decimal): -2392986 or 6716635. OLE color: 6716635.

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

Color convert

RGB 219 124 102 -
CMYK 0 0.43 0.53 0.14
HSL 11.28º 0.62% 0.63% -
HSV(B) 11.28º 0.53% 0.86% -
XYZ 38.82 30.43 16.4 -
YUV 149.9 100.97 177.29 -
System Red Green Blue C M Y K H S L
Decimal 219 124 102 0 0.43 0.53 0.14 11.28 0.62 0.63
Hex DB 7C 66 0 2B 35 E B 3E 3F
Octal 333 174 146 0 53 65 16 13 76 77
Binary 11011011 1111100 1100110 0 101011 110101 1110 1011 111110 111111

Color Harmonies of #DB7C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C66

Black with #DB7C66

Text Example


Text Example

White with #DB7C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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