Html Css Color HEX #D6826A Burning Sand

📋 copy color: '#D6826A'

red 214 ◦ green 130 ◦ blue 106

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

Shades of Burning Sand #D6826A

Tints of Burning Sand #D6826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.56%

R = 47.56%
G = 28.89%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6826A (or 0xD6826A) is known color: Burning Sand. HEX triplet: D6, 82 and 6A. RGB value is (214,130,106). Sum of RGB (Red+Green+Blue) = 214+130+106=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D6826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6826A is #297D95. Grayscale: #989898. Windows color (decimal): -2719126 or 6980310. OLE color: 6980310.

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

Color convert

RGB 214 130 106 -
CMYK 0 0.39 0.50 0.16
HSL 13.33º 0.57% 0.63% -
HSV(B) 13.33º 0.5% 0.84% -
XYZ 38.32 31.3 17.66 -
YUV 152.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 214 130 106 0 0.39 0.50 0.16 13.33 0.57 0.63
Hex D6 82 6A 0 27 32 10 D 39 3F
Octal 326 202 152 0 47 62 20 15 71 77
Binary 11010110 10000010 1101010 0 100111 110010 10000 1101 111001 111111

Color Harmonies of #D6826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6826A

Black with #D6826A

Text Example


Text Example

White with #D6826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6826A; }

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

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

background-color css

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

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

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

border-color css

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

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

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