Html Css Color HEX #D07E66 Burning Sand

📋 copy color: '#D07E66'

red 208 ◦ green 126 ◦ blue 102

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

Shades of Burning Sand #D07E66

Tints of Burning Sand #D07E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.39%

R = 47.71%
G = 28.9%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D07E66 (or 0xD07E66) is known color: Burning Sand. HEX triplet: D0, 7E and 66. RGB value is (208,126,102). Sum of RGB (Red+Green+Blue) = 208+126+102=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E66 is #2F8199. Grayscale: #939393. Windows color (decimal): -3113370 or 6717136. OLE color: 6717136.

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

Color convert

RGB 208 126 102 -
CMYK 0 0.39 0.51 0.18
HSL 13.58º 0.53% 0.61% -
HSV(B) 13.58º 0.51% 0.82% -
XYZ 35.87 29.29 16.33 -
YUV 147.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 208 126 102 0 0.39 0.51 0.18 13.58 0.53 0.61
Hex D0 7E 66 0 27 33 12 E 35 3D
Octal 320 176 146 0 47 63 22 16 65 75
Binary 11010000 1111110 1100110 0 100111 110011 10010 1110 110101 111101

Color Harmonies of #D07E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E66

Black with #D07E66

Text Example


Text Example

White with #D07E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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