Html Css Color HEX #D6825E Burning Sand

📋 copy color: '#D6825E'

red 214 ◦ green 130 ◦ blue 94

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

Shades of Burning Sand #D6825E

Tints of Burning Sand #D6825E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.68%

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

R = 48.86%
G = 29.68%
B = 21.46%

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

#D6825E (or 0xD6825E) is known color: Burning Sand. HEX triplet: D6, 82 and 5E. RGB value is (214,130,94). Sum of RGB (Red+Green+Blue) = 214+130+94=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6825E is #297DA1. Grayscale: #979797. Windows color (decimal): -2719138 or 6193878. OLE color: 6193878.

HSL color Cylindrical-coordinate representation of color #D6825E: hue angle of 18º 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 #D6825E is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 130 94 -
CMYK 0 0.39 0.56 0.16
HSL 18º 0.59% 0.6% -
HSV(B) 18º 0.56% 0.84% -
XYZ 37.73 31.07 14.6 -
YUV 151.01 95.83 172.93 -
System Red Green Blue C M Y K H S L
Decimal 214 130 94 0 0.39 0.56 0.16 18 0.59 0.6
Hex D6 82 5E 0 27 38 10 12 3B 3C
Octal 326 202 136 0 47 70 20 22 73 74
Binary 11010110 10000010 1011110 0 100111 111000 10000 10010 111011 111100

Color Harmonies of #D6825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6825E

Black with #D6825E

Text Example


Text Example

White with #D6825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6825E; }

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

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

background-color css

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

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

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

border-color css

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

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

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