Html Css Color HEX #D07F5E Burning Sand

📋 copy color: '#D07F5E'

red 208 ◦ green 127 ◦ blue 94

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

Shades of Burning Sand #D07F5E

Tints of Burning Sand #D07F5E

RGB

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

 GREEN value IS 127 (50% from 255) = 29.6%

 BLUE value IS 94 (37.11% from 255) = 21.91%

R = 48.48%
G = 29.6%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D07F5E (or 0xD07F5E) is known color: Burning Sand. HEX triplet: D0, 7F and 5E. RGB value is (208,127,94). Sum of RGB (Red+Green+Blue) = 208+127+94=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F5E is #2F80A1. Grayscale: #939393. Windows color (decimal): -3113122 or 6193104. OLE color: 6193104.

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

Color convert

RGB 208 127 94 -
CMYK 0 0.39 0.55 0.18
HSL 17.37º 0.55% 0.59% -
HSV(B) 17.37º 0.55% 0.82% -
XYZ 35.62 29.4 14.39 -
YUV 147.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 208 127 94 0 0.39 0.55 0.18 17.37 0.55 0.59
Hex D0 7F 5E 0 27 37 12 11 37 3B
Octal 320 177 136 0 47 67 22 21 67 73
Binary 11010000 1111111 1011110 0 100111 110111 10010 10001 110111 111011

Color Harmonies of #D07F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F5E

Black with #D07F5E

Text Example


Text Example

White with #D07F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F5E; }

 p { color: rgb(208,127,94); }

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

background-color css

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

 a { background-color: rgb(208,127,94); }

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

border-color css

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

 span { border-color: rgb(208,127,94); }

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