Html Css Color HEX #D07E5A Burning Sand

📋 copy color: '#D07E5A'

red 208 ◦ green 126 ◦ blue 90

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

Shades of Burning Sand #D07E5A

Tints of Burning Sand #D07E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.23%

R = 49.06%
G = 29.72%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D07E5A (or 0xD07E5A) is known color: Burning Sand. HEX triplet: D0, 7E and 5A. RGB value is (208,126,90). Sum of RGB (Red+Green+Blue) = 208+126+90=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E5A is #2F81A5. Grayscale: #929292. Windows color (decimal): -3113382 or 5930704. OLE color: 5930704.

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

Color convert

RGB 208 126 90 -
CMYK 0 0.39 0.57 0.18
HSL 18.31º 0.56% 0.58% -
HSV(B) 18.31º 0.57% 0.82% -
XYZ 35.32 29.07 13.42 -
YUV 146.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 208 126 90 0 0.39 0.57 0.18 18.31 0.56 0.58
Hex D0 7E 5A 0 27 39 12 12 38 3A
Octal 320 176 132 0 47 71 22 22 70 72
Binary 11010000 1111110 1011010 0 100111 111001 10010 10010 111000 111010

Color Harmonies of #D07E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E5A

Black with #D07E5A

Text Example


Text Example

White with #D07E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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