Html Css Color HEX #D6835D Burning Sand

📋 copy color: '#D6835D'

red 214 ◦ green 131 ◦ blue 93

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

Shades of Burning Sand #D6835D

Tints of Burning Sand #D6835D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.23%

R = 48.86%
G = 29.91%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6835D (or 0xD6835D) is known color: Burning Sand. HEX triplet: D6, 83 and 5D. RGB value is (214,131,93). Sum of RGB (Red+Green+Blue) = 214+131+93=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6835D is #297CA2. Grayscale: #979797. Windows color (decimal): -2718883 or 6128598. OLE color: 6128598.

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

Color convert

RGB 214 131 93 -
CMYK 0 0.39 0.57 0.16
HSL 18.84º 0.6% 0.6% -
HSV(B) 18.84º 0.57% 0.84% -
XYZ 37.82 31.32 14.41 -
YUV 151.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 214 131 93 0 0.39 0.57 0.16 18.84 0.6 0.6
Hex D6 83 5D 0 27 39 10 13 3C 3C
Octal 326 203 135 0 47 71 20 23 74 74
Binary 11010110 10000011 1011101 0 100111 111001 10000 10011 111100 111100

Color Harmonies of #D6835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6835D

Black with #D6835D

Text Example


Text Example

White with #D6835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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