Html Css Color HEX #D6826B Burning Sand

📋 copy color: '#D6826B'

red 214 ◦ green 130 ◦ blue 107

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

Shades of Burning Sand #D6826B

Tints of Burning Sand #D6826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.73%

R = 47.45%
G = 28.82%
B = 23.73%

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

#D6826B (or 0xD6826B) is known color: Burning Sand. HEX triplet: D6, 82 and 6B. RGB value is (214,130,107). Sum of RGB (Red+Green+Blue) = 214+130+107=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6826B is #297D94. Grayscale: #989898. Windows color (decimal): -2719125 or 7045846. OLE color: 7045846.

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

Color convert

RGB 214 130 107 -
CMYK 0 0.39 0.50 0.16
HSL 12.9º 0.57% 0.63% -
HSV(B) 12.9º 0.5% 0.84% -
XYZ 38.37 31.32 17.93 -
YUV 152.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 214 130 107 0 0.39 0.50 0.16 12.9 0.57 0.63
Hex D6 82 6B 0 27 32 10 D 39 3F
Octal 326 202 153 0 47 62 20 15 71 77
Binary 11010110 10000010 1101011 0 100111 110010 10000 1101 111001 111111

Color Harmonies of #D6826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6826B

Black with #D6826B

Text Example


Text Example

White with #D6826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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