Html Css Color HEX #D07E6B Burning Sand

📋 copy color: '#D07E6B'

red 208 ◦ green 126 ◦ blue 107

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

Shades of Burning Sand #D07E6B

Tints of Burning Sand #D07E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.26%

R = 47.17%
G = 28.57%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D07E6B (or 0xD07E6B) is known color: Burning Sand. HEX triplet: D0, 7E and 6B. RGB value is (208,126,107). Sum of RGB (Red+Green+Blue) = 208+126+107=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E6B is #2F8194. Grayscale: #949494. Windows color (decimal): -3113365 or 7044816. OLE color: 7044816.

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

Color convert

RGB 208 126 107 -
CMYK 0 0.39 0.49 0.18
HSL 11.29º 0.52% 0.62% -
HSV(B) 11.29º 0.49% 0.82% -
XYZ 36.13 29.39 17.68 -
YUV 148.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 208 126 107 0 0.39 0.49 0.18 11.29 0.52 0.62
Hex D0 7E 6B 0 27 31 12 B 34 3E
Octal 320 176 153 0 47 61 22 13 64 76
Binary 11010000 1111110 1101011 0 100111 110001 10010 1011 110100 111110

Color Harmonies of #D07E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E6B

Black with #D07E6B

Text Example


Text Example

White with #D07E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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