Html Css Color HEX #D0876C Burning Sand

📋 copy color: '#D0876C'

red 208 ◦ green 135 ◦ blue 108

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

Shades of Burning Sand #D0876C

Tints of Burning Sand #D0876C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.95%

R = 46.12%
G = 29.93%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0876C (or 0xD0876C) is known color: Burning Sand. HEX triplet: D0, 87 and 6C. RGB value is (208,135,108). Sum of RGB (Red+Green+Blue) = 208+135+108=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0876C is #2F7893. Grayscale: #999999. Windows color (decimal): -3111060 or 7112656. OLE color: 7112656.

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

Color convert

RGB 208 135 108 -
CMYK 0 0.35 0.48 0.18
HSL 16.2º 0.52% 0.62% -
HSV(B) 16.2º 0.48% 0.82% -
XYZ 37.38 31.82 18.36 -
YUV 153.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 208 135 108 0 0.35 0.48 0.18 16.2 0.52 0.62
Hex D0 87 6C 0 23 30 12 10 34 3E
Octal 320 207 154 0 43 60 22 20 64 76
Binary 11010000 10000111 1101100 0 100011 110000 10010 10000 110100 111110

Color Harmonies of #D0876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0876C

Black with #D0876C

Text Example


Text Example

White with #D0876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0876C; }

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

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

background-color css

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

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

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

border-color css

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

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

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