Html Css Color HEX #D0875F Burning Sand

📋 copy color: '#D0875F'

red 208 ◦ green 135 ◦ blue 95

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

Shades of Burning Sand #D0875F

Tints of Burning Sand #D0875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.82%

 BLUE value IS 95 (37.5% from 255) = 21.69%

R = 47.49%
G = 30.82%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0875F (or 0xD0875F) is known color: Burning Sand. HEX triplet: D0, 87 and 5F. RGB value is (208,135,95). Sum of RGB (Red+Green+Blue) = 208+135+95=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0875F is #2F78A0. Grayscale: #989898. Windows color (decimal): -3111073 or 6260688. OLE color: 6260688.

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

Color convert

RGB 208 135 95 -
CMYK 0 0.35 0.54 0.18
HSL 21.24º 0.55% 0.59% -
HSV(B) 21.24º 0.54% 0.82% -
XYZ 36.74 31.56 14.98 -
YUV 152.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 208 135 95 0 0.35 0.54 0.18 21.24 0.55 0.59
Hex D0 87 5F 0 23 36 12 15 37 3B
Octal 320 207 137 0 43 66 22 25 67 73
Binary 11010000 10000111 1011111 0 100011 110110 10010 10101 110111 111011

Color Harmonies of #D0875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0875F

Black with #D0875F

Text Example


Text Example

White with #D0875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0875F; }

 p { color: rgb(208,135,95); }

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

background-color css

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

 a { background-color: rgb(208,135,95); }

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

border-color css

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

 span { border-color: rgb(208,135,95); }

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