Html Css Color HEX #D07E6A Burning Sand

📋 copy color: '#D07E6A'

red 208 ◦ green 126 ◦ blue 106

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

Shades of Burning Sand #D07E6A

Tints of Burning Sand #D07E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.09%

R = 47.27%
G = 28.64%
B = 24.09%

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

#D07E6A (or 0xD07E6A) is known color: Burning Sand. HEX triplet: D0, 7E and 6A. RGB value is (208,126,106). Sum of RGB (Red+Green+Blue) = 208+126+106=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E6A is #2F8195. Grayscale: #949494. Windows color (decimal): -3113366 or 6979280. OLE color: 6979280.

HSL color Cylindrical-coordinate representation of color #D07E6A: hue angle of 11.76º 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 #D07E6A is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 126 106 -
CMYK 0 0.39 0.49 0.18
HSL 11.76º 0.52% 0.62% -
HSV(B) 11.76º 0.49% 0.82% -
XYZ 36.07 29.37 17.4 -
YUV 148.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 208 126 106 0 0.39 0.49 0.18 11.76 0.52 0.62
Hex D0 7E 6A 0 27 31 12 C 34 3E
Octal 320 176 152 0 47 61 22 14 64 76
Binary 11010000 1111110 1101010 0 100111 110001 10010 1100 110100 111110

Color Harmonies of #D07E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E6A

Black with #D07E6A

Text Example


Text Example

White with #D07E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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