Html Css Color HEX #D6855F Burning Sand

📋 copy color: '#D6855F'

red 214 ◦ green 133 ◦ blue 95

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

Shades of Burning Sand #D6855F

Tints of Burning Sand #D6855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.09%

 BLUE value IS 95 (37.5% from 255) = 21.49%

R = 48.42%
G = 30.09%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6855F (or 0xD6855F) is known color: Burning Sand. HEX triplet: D6, 85 and 5F. RGB value is (214,133,95). Sum of RGB (Red+Green+Blue) = 214+133+95=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6855F is #297AA0. Grayscale: #999999. Windows color (decimal): -2718369 or 6260182. OLE color: 6260182.

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

Color convert

RGB 214 133 95 -
CMYK 0 0.38 0.56 0.16
HSL 19.16º 0.59% 0.61% -
HSV(B) 19.16º 0.56% 0.84% -
XYZ 38.18 31.9 14.97 -
YUV 152.89 95.34 171.59 -
System Red Green Blue C M Y K H S L
Decimal 214 133 95 0 0.38 0.56 0.16 19.16 0.59 0.61
Hex D6 85 5F 0 26 38 10 13 3B 3D
Octal 326 205 137 0 46 70 20 23 73 75
Binary 11010110 10000101 1011111 0 100110 111000 10000 10011 111011 111101

Color Harmonies of #D6855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6855F

Black with #D6855F

Text Example


Text Example

White with #D6855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6855F; }

 p { color: rgb(214,133,95); }

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

background-color css

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

 a { background-color: rgb(214,133,95); }

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

border-color css

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

 span { border-color: rgb(214,133,95); }

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