Html Css Color HEX #D0876B Burning Sand

📋 copy color: '#D0876B'

red 208 ◦ green 135 ◦ blue 107

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

Shades of Burning Sand #D0876B

Tints of Burning Sand #D0876B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.78%

R = 46.22%
G = 30%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0876B (or 0xD0876B) is known color: Burning Sand. HEX triplet: D0, 87 and 6B. RGB value is (208,135,107). Sum of RGB (Red+Green+Blue) = 208+135+107=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0876B is #2F7894. Grayscale: #999999. Windows color (decimal): -3111061 or 7047120. OLE color: 7047120.

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

Color convert

RGB 208 135 107 -
CMYK 0 0.35 0.49 0.18
HSL 16.63º 0.52% 0.62% -
HSV(B) 16.63º 0.49% 0.82% -
XYZ 37.33 31.8 18.08 -
YUV 153.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 208 135 107 0 0.35 0.49 0.18 16.63 0.52 0.62
Hex D0 87 6B 0 23 31 12 11 34 3E
Octal 320 207 153 0 43 61 22 21 64 76
Binary 11010000 10000111 1101011 0 100011 110001 10010 10001 110100 111110

Color Harmonies of #D0876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0876B

Black with #D0876B

Text Example


Text Example

White with #D0876B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0876B; }

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

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

background-color css

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

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

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

border-color css

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

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

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