Html Css Color HEX #D07E63 Burning Sand

📋 copy color: '#D07E63'

red 208 ◦ green 126 ◦ blue 99

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

Shades of Burning Sand #D07E63

Tints of Burning Sand #D07E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.86%

R = 48.04%
G = 29.1%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D07E63 (or 0xD07E63) is known color: Burning Sand. HEX triplet: D0, 7E and 63. RGB value is (208,126,99). Sum of RGB (Red+Green+Blue) = 208+126+99=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E63 is #2F819C. Grayscale: #939393. Windows color (decimal): -3113373 or 6520528. OLE color: 6520528.

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

Color convert

RGB 208 126 99 -
CMYK 0 0.39 0.52 0.18
HSL 14.86º 0.54% 0.6% -
HSV(B) 14.86º 0.52% 0.82% -
XYZ 35.73 29.23 15.56 -
YUV 147.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 208 126 99 0 0.39 0.52 0.18 14.86 0.54 0.6
Hex D0 7E 63 0 27 34 12 F 36 3C
Octal 320 176 143 0 47 64 22 17 66 74
Binary 11010000 1111110 1100011 0 100111 110100 10010 1111 110110 111100

Color Harmonies of #D07E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E63

Black with #D07E63

Text Example


Text Example

White with #D07E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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