Html Css Color HEX #D07E55 Burning Sand

📋 copy color: '#D07E55'

red 208 ◦ green 126 ◦ blue 85

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

Shades of Burning Sand #D07E55

Tints of Burning Sand #D07E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.29%

R = 49.64%
G = 30.07%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D07E55 (or 0xD07E55) is known color: Burning Sand. HEX triplet: D0, 7E and 55. RGB value is (208,126,85). Sum of RGB (Red+Green+Blue) = 208+126+85=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E55 is #2F81AA. Grayscale: #929292. Windows color (decimal): -3113387 or 5603024. OLE color: 5603024.

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

Color convert

RGB 208 126 85 -
CMYK 0 0.39 0.59 0.18
HSL 20º 0.57% 0.57% -
HSV(B) 20º 0.59% 0.82% -
XYZ 35.11 28.99 12.34 -
YUV 145.84 93.67 172.33 -
System Red Green Blue C M Y K H S L
Decimal 208 126 85 0 0.39 0.59 0.18 20 0.57 0.57
Hex D0 7E 55 0 27 3B 12 14 39 39
Octal 320 176 125 0 47 73 22 24 71 71
Binary 11010000 1111110 1010101 0 100111 111011 10010 10100 111001 111001

Color Harmonies of #D07E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E55

Black with #D07E55

Text Example


Text Example

White with #D07E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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