Html Css Color HEX #D07E5B Burning Sand

📋 copy color: '#D07E5B'

red 208 ◦ green 126 ◦ blue 91

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

Shades of Burning Sand #D07E5B

Tints of Burning Sand #D07E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.41%

R = 48.94%
G = 29.65%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D07E5B (or 0xD07E5B) is known color: Burning Sand. HEX triplet: D0, 7E and 5B. RGB value is (208,126,91). Sum of RGB (Red+Green+Blue) = 208+126+91=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E5B is #2F81A4. Grayscale: #929292. Windows color (decimal): -3113381 or 5996240. OLE color: 5996240.

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

Color convert

RGB 208 126 91 -
CMYK 0 0.39 0.56 0.18
HSL 17.95º 0.55% 0.59% -
HSV(B) 17.95º 0.56% 0.82% -
XYZ 35.36 29.09 13.65 -
YUV 146.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 208 126 91 0 0.39 0.56 0.18 17.95 0.55 0.59
Hex D0 7E 5B 0 27 38 12 12 37 3B
Octal 320 176 133 0 47 70 22 22 67 73
Binary 11010000 1111110 1011011 0 100111 111000 10010 10010 110111 111011

Color Harmonies of #D07E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E5B

Black with #D07E5B

Text Example


Text Example

White with #D07E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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