Html Css Color HEX #D07E60 Burning Sand

📋 copy color: '#D07E60'

red 208 ◦ green 126 ◦ blue 96

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

Shades of Burning Sand #D07E60

Tints of Burning Sand #D07E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.33%

R = 48.37%
G = 29.3%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D07E60 (or 0xD07E60) is known color: Burning Sand. HEX triplet: D0, 7E and 60. RGB value is (208,126,96). Sum of RGB (Red+Green+Blue) = 208+126+96=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E60 is #2F819F. Grayscale: #939393. Windows color (decimal): -3113376 or 6323920. OLE color: 6323920.

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

Color convert

RGB 208 126 96 -
CMYK 0 0.39 0.54 0.18
HSL 16.07º 0.54% 0.6% -
HSV(B) 16.07º 0.54% 0.82% -
XYZ 35.58 29.18 14.82 -
YUV 147.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 208 126 96 0 0.39 0.54 0.18 16.07 0.54 0.6
Hex D0 7E 60 0 27 36 12 10 36 3C
Octal 320 176 140 0 47 66 22 20 66 74
Binary 11010000 1111110 1100000 0 100111 110110 10010 10000 110110 111100

Color Harmonies of #D07E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E60

Black with #D07E60

Text Example


Text Example

White with #D07E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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