Html Css Color HEX #D6835E Burning Sand

📋 copy color: '#D6835E'

red 214 ◦ green 131 ◦ blue 94

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

Shades of Burning Sand #D6835E

Tints of Burning Sand #D6835E

RGB

 RED value IS 214 (83.98% from 255) = 48.75%

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

 BLUE value IS 94 (37.11% from 255) = 21.41%

R = 48.75%
G = 29.84%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6835E (or 0xD6835E) is known color: Burning Sand. HEX triplet: D6, 83 and 5E. RGB value is (214,131,94). Sum of RGB (Red+Green+Blue) = 214+131+94=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6835E is #297CA1. Grayscale: #979797. Windows color (decimal): -2718882 or 6194134. OLE color: 6194134.

HSL color Cylindrical-coordinate representation of color #D6835E: hue angle of 18.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6835E is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 131 94 -
CMYK 0 0.39 0.56 0.16
HSL 18.5º 0.59% 0.6% -
HSV(B) 18.5º 0.56% 0.84% -
XYZ 37.87 31.34 14.64 -
YUV 151.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 214 131 94 0 0.39 0.56 0.16 18.5 0.59 0.6
Hex D6 83 5E 0 27 38 10 12 3B 3C
Octal 326 203 136 0 47 70 20 22 73 74
Binary 11010110 10000011 1011110 0 100111 111000 10000 10010 111011 111100

Color Harmonies of #D6835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6835E

Black with #D6835E

Text Example


Text Example

White with #D6835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6835E; }

 p { color: rgb(214,131,94); }

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

background-color css

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

 a { background-color: rgb(214,131,94); }

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

border-color css

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

 span { border-color: rgb(214,131,94); }

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