Html Css Color HEX #D07F57 Burning Sand

📋 copy color: '#D07F57'

red 208 ◦ green 127 ◦ blue 87

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

Shades of Burning Sand #D07F57

Tints of Burning Sand #D07F57

RGB

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

 GREEN value IS 127 (50% from 255) = 30.09%

 BLUE value IS 87 (34.38% from 255) = 20.62%

R = 49.29%
G = 30.09%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D07F57 (or 0xD07F57) is known color: Burning Sand. HEX triplet: D0, 7F and 57. RGB value is (208,127,87). Sum of RGB (Red+Green+Blue) = 208+127+87=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F57 is #2F80A8. Grayscale: #929292. Windows color (decimal): -3113129 or 5734352. OLE color: 5734352.

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

Color convert

RGB 208 127 87 -
CMYK 0 0.39 0.58 0.18
HSL 19.83º 0.56% 0.58% -
HSV(B) 19.83º 0.58% 0.82% -
XYZ 35.32 29.28 12.81 -
YUV 146.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 208 127 87 0 0.39 0.58 0.18 19.83 0.56 0.58
Hex D0 7F 57 0 27 3A 12 14 38 3A
Octal 320 177 127 0 47 72 22 24 70 72
Binary 11010000 1111111 1010111 0 100111 111010 10010 10100 111000 111010

Color Harmonies of #D07F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F57

Black with #D07F57

Text Example


Text Example

White with #D07F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F57; }

 p { color: rgb(208,127,87); }

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

background-color css

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

 a { background-color: rgb(208,127,87); }

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

border-color css

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

 span { border-color: rgb(208,127,87); }

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