Html Css Color HEX #D07F58 Burning Sand

📋 copy color: '#D07F58'

red 208 ◦ green 127 ◦ blue 88

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

Shades of Burning Sand #D07F58

Tints of Burning Sand #D07F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.8%

R = 49.17%
G = 30.02%
B = 20.8%

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

#D07F58 (or 0xD07F58) is known color: Burning Sand. HEX triplet: D0, 7F and 58. RGB value is (208,127,88). Sum of RGB (Red+Green+Blue) = 208+127+88=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F58 is #2F80A7. Grayscale: #939393. Windows color (decimal): -3113128 or 5799888. OLE color: 5799888.

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

Color convert

RGB 208 127 88 -
CMYK 0 0.39 0.58 0.18
HSL 19.5º 0.56% 0.58% -
HSV(B) 19.5º 0.58% 0.82% -
XYZ 35.36 29.29 13.02 -
YUV 146.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 208 127 88 0 0.39 0.58 0.18 19.5 0.56 0.58
Hex D0 7F 58 0 27 3A 12 14 38 3A
Octal 320 177 130 0 47 72 22 24 70 72
Binary 11010000 1111111 1011000 0 100111 111010 10010 10100 111000 111010

Color Harmonies of #D07F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F58

Black with #D07F58

Text Example


Text Example

White with #D07F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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