Html Css Color HEX #D07C5E Burning Sand

📋 copy color: '#D07C5E'

red 208 ◦ green 124 ◦ blue 94

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

Shades of Burning Sand #D07C5E

Tints of Burning Sand #D07C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.11%

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

R = 48.83%
G = 29.11%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D07C5E (or 0xD07C5E) is known color: Burning Sand. HEX triplet: D0, 7C and 5E. RGB value is (208,124,94). Sum of RGB (Red+Green+Blue) = 208+124+94=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C5E is #2F83A1. Grayscale: #919191. Windows color (decimal): -3113890 or 6192336. OLE color: 6192336.

HSL color Cylindrical-coordinate representation of color #D07C5E: hue angle of 15.79º 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 #D07C5E is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 124 94 -
CMYK 0 0.40 0.55 0.18
HSL 15.79º 0.55% 0.59% -
HSV(B) 15.79º 0.55% 0.82% -
XYZ 35.24 28.63 14.26 -
YUV 145.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 208 124 94 0 0.40 0.55 0.18 15.79 0.55 0.59
Hex D0 7C 5E 0 28 37 12 10 37 3B
Octal 320 174 136 0 50 67 22 20 67 73
Binary 11010000 1111100 1011110 0 101000 110111 10010 10000 110111 111011

Color Harmonies of #D07C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C5E

Black with #D07C5E

Text Example


Text Example

White with #D07C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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