Html Css Color HEX #D07E61 Burning Sand

📋 copy color: '#D07E61'

red 208 ◦ green 126 ◦ blue 97

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

Shades of Burning Sand #D07E61

Tints of Burning Sand #D07E61

RGB

 RED value IS 208 (81.64% from 255) = 48.26%

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

 BLUE value IS 97 (38.28% from 255) = 22.51%

R = 48.26%
G = 29.23%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D07E61 (or 0xD07E61) is known color: Burning Sand. HEX triplet: D0, 7E and 61. RGB value is (208,126,97). Sum of RGB (Red+Green+Blue) = 208+126+97=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E61 is #2F819E. Grayscale: #939393. Windows color (decimal): -3113375 or 6389456. OLE color: 6389456.

HSL color Cylindrical-coordinate representation of color #D07E61: hue angle of 15.68º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D07E61 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 126 97 -
CMYK 0 0.39 0.53 0.18
HSL 15.68º 0.54% 0.6% -
HSV(B) 15.68º 0.53% 0.82% -
XYZ 35.63 29.19 15.07 -
YUV 147.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 208 126 97 0 0.39 0.53 0.18 15.68 0.54 0.6
Hex D0 7E 61 0 27 35 12 10 36 3C
Octal 320 176 141 0 47 65 22 20 66 74
Binary 11010000 1111110 1100001 0 100111 110101 10010 10000 110110 111100

Color Harmonies of #D07E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E61

Black with #D07E61

Text Example


Text Example

White with #D07E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E61; }

 p { color: rgb(208,126,97); }

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

background-color css

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

 a { background-color: rgb(208,126,97); }

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

border-color css

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

 span { border-color: rgb(208,126,97); }

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