Html Css Color HEX #D07C61 Burning Sand

📋 copy color: '#D07C61'

red 208 ◦ green 124 ◦ blue 97

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

Shades of Burning Sand #D07C61

Tints of Burning Sand #D07C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.9%

 BLUE value IS 97 (38.28% from 255) = 22.61%

R = 48.48%
G = 28.9%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D07C61 (or 0xD07C61) is known color: Burning Sand. HEX triplet: D0, 7C and 61. RGB value is (208,124,97). Sum of RGB (Red+Green+Blue) = 208+124+97=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C61 is #2F839E. Grayscale: #929292. Windows color (decimal): -3113887 or 6388944. OLE color: 6388944.

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

Color convert

RGB 208 124 97 -
CMYK 0 0.40 0.53 0.18
HSL 14.59º 0.54% 0.6% -
HSV(B) 14.59º 0.53% 0.82% -
XYZ 35.38 28.69 14.98 -
YUV 146.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 208 124 97 0 0.40 0.53 0.18 14.59 0.54 0.6
Hex D0 7C 61 0 28 35 12 F 36 3C
Octal 320 174 141 0 50 65 22 17 66 74
Binary 11010000 1111100 1100001 0 101000 110101 10010 1111 110110 111100

Color Harmonies of #D07C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C61

Black with #D07C61

Text Example


Text Example

White with #D07C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C61; }

 p { color: rgb(208,124,97); }

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

background-color css

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

 a { background-color: rgb(208,124,97); }

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

border-color css

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

 span { border-color: rgb(208,124,97); }

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