Html Css Color HEX #D07E6D Burning Sand

📋 copy color: '#D07E6D'

red 208 ◦ green 126 ◦ blue 109

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

Shades of Burning Sand #D07E6D

Tints of Burning Sand #D07E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.6%

R = 46.95%
G = 28.44%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D07E6D (or 0xD07E6D) is known color: Burning Sand. HEX triplet: D0, 7E and 6D. RGB value is (208,126,109). Sum of RGB (Red+Green+Blue) = 208+126+109=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E6D is #2F8192. Grayscale: #949494. Windows color (decimal): -3113363 or 7175888. OLE color: 7175888.

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

Color convert

RGB 208 126 109 -
CMYK 0 0.39 0.48 0.18
HSL 10.3º 0.51% 0.62% -
HSV(B) 10.3º 0.48% 0.82% -
XYZ 36.23 29.44 18.24 -
YUV 148.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 208 126 109 0 0.39 0.48 0.18 10.3 0.51 0.62
Hex D0 7E 6D 0 27 30 12 A 33 3E
Octal 320 176 155 0 47 60 22 12 63 76
Binary 11010000 1111110 1101101 0 100111 110000 10010 1010 110011 111110

Color Harmonies of #D07E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E6D

Black with #D07E6D

Text Example


Text Example

White with #D07E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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