Html Css Color HEX #D0836E Burning Sand

📋 copy color: '#D0836E'

red 208 ◦ green 131 ◦ blue 110

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

Shades of Burning Sand #D0836E

Tints of Burning Sand #D0836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.18%

 BLUE value IS 110 (43.36% from 255) = 24.5%

R = 46.33%
G = 29.18%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0836E (or 0xD0836E) is known color: Burning Sand. HEX triplet: D0, 83 and 6E. RGB value is (208,131,110). Sum of RGB (Red+Green+Blue) = 208+131+110=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0836E is #2F7C91. Grayscale: #979797. Windows color (decimal): -3112082 or 7242704. OLE color: 7242704.

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

Color convert

RGB 208 131 110 -
CMYK 0 0.37 0.47 0.18
HSL 12.86º 0.51% 0.62% -
HSV(B) 12.86º 0.47% 0.82% -
XYZ 36.94 30.77 18.74 -
YUV 151.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 208 131 110 0 0.37 0.47 0.18 12.86 0.51 0.62
Hex D0 83 6E 0 25 2F 12 D 33 3E
Octal 320 203 156 0 45 57 22 15 63 76
Binary 11010000 10000011 1101110 0 100101 101111 10010 1101 110011 111110

Color Harmonies of #D0836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0836E

Black with #D0836E

Text Example


Text Example

White with #D0836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0836E; }

 p { color: rgb(208,131,110); }

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

background-color css

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

 a { background-color: rgb(208,131,110); }

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

border-color css

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

 span { border-color: rgb(208,131,110); }

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