Html Css Color HEX #D0836C Burning Sand

📋 copy color: '#D0836C'

red 208 ◦ green 131 ◦ blue 108

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

Shades of Burning Sand #D0836C

Tints of Burning Sand #D0836C

RGB

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

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

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

R = 46.53%
G = 29.31%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0836C (or 0xD0836C) is known color: Burning Sand. HEX triplet: D0, 83 and 6C. RGB value is (208,131,108). Sum of RGB (Red+Green+Blue) = 208+131+108=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0836C is #2F7C93. Grayscale: #979797. Windows color (decimal): -3112084 or 7111632. OLE color: 7111632.

HSL color Cylindrical-coordinate representation of color #D0836C: hue angle of 13.8º 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 #D0836C is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 131 108 -
CMYK 0 0.37 0.48 0.18
HSL 13.8º 0.52% 0.62% -
HSV(B) 13.8º 0.48% 0.82% -
XYZ 36.84 30.73 18.18 -
YUV 151.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 208 131 108 0 0.37 0.48 0.18 13.8 0.52 0.62
Hex D0 83 6C 0 25 30 12 E 34 3E
Octal 320 203 154 0 45 60 22 16 64 76
Binary 11010000 10000011 1101100 0 100101 110000 10010 1110 110100 111110

Color Harmonies of #D0836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0836C

Black with #D0836C

Text Example


Text Example

White with #D0836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0836C; }

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

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

background-color css

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

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

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

border-color css

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

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

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