Html Css Color HEX #D0875D Burning Sand

📋 copy color: '#D0875D'

red 208 ◦ green 135 ◦ blue 93

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

Shades of Burning Sand #D0875D

Tints of Burning Sand #D0875D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.33%

R = 47.71%
G = 30.96%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0875D (or 0xD0875D) is known color: Burning Sand. HEX triplet: D0, 87 and 5D. RGB value is (208,135,93). Sum of RGB (Red+Green+Blue) = 208+135+93=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0875D is #2F78A2. Grayscale: #989898. Windows color (decimal): -3111075 or 6129616. OLE color: 6129616.

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

Color convert

RGB 208 135 93 -
CMYK 0 0.35 0.55 0.18
HSL 21.91º 0.55% 0.59% -
HSV(B) 21.91º 0.55% 0.82% -
XYZ 36.65 31.53 14.51 -
YUV 152.04 94.68 167.92 -
System Red Green Blue C M Y K H S L
Decimal 208 135 93 0 0.35 0.55 0.18 21.91 0.55 0.59
Hex D0 87 5D 0 23 37 12 16 37 3B
Octal 320 207 135 0 43 67 22 26 67 73
Binary 11010000 10000111 1011101 0 100011 110111 10010 10110 110111 111011

Color Harmonies of #D0875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0875D

Black with #D0875D

Text Example


Text Example

White with #D0875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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