Html Css Color HEX #D07D5D Burning Sand

📋 copy color: '#D07D5D'

red 208 ◦ green 125 ◦ blue 93

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

Shades of Burning Sand #D07D5D

Tints of Burning Sand #D07D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.34%

 BLUE value IS 93 (36.72% from 255) = 21.83%

R = 48.83%
G = 29.34%
B = 21.83%

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

#D07D5D (or 0xD07D5D) is known color: Burning Sand. HEX triplet: D0, 7D and 5D. RGB value is (208,125,93). Sum of RGB (Red+Green+Blue) = 208+125+93=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D5D is #2F82A2. Grayscale: #929292. Windows color (decimal): -3113635 or 6127056. OLE color: 6127056.

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

Color convert

RGB 208 125 93 -
CMYK 0 0.40 0.55 0.18
HSL 16.7º 0.55% 0.59% -
HSV(B) 16.7º 0.55% 0.82% -
XYZ 35.32 28.87 14.07 -
YUV 146.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 208 125 93 0 0.40 0.55 0.18 16.7 0.55 0.59
Hex D0 7D 5D 0 28 37 12 11 37 3B
Octal 320 175 135 0 50 67 22 21 67 73
Binary 11010000 1111101 1011101 0 101000 110111 10010 10001 110111 111011

Color Harmonies of #D07D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D5D

Black with #D07D5D

Text Example


Text Example

White with #D07D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D5D; }

 p { color: rgb(208,125,93); }

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

background-color css

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

 a { background-color: rgb(208,125,93); }

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

border-color css

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

 span { border-color: rgb(208,125,93); }

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