Html Css Color HEX #D6825A Burning Sand

📋 copy color: '#D6825A'

red 214 ◦ green 130 ◦ blue 90

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

Shades of Burning Sand #D6825A

Tints of Burning Sand #D6825A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.74%

R = 49.31%
G = 29.95%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6825A (or 0xD6825A) is known color: Burning Sand. HEX triplet: D6, 82 and 5A. RGB value is (214,130,90). Sum of RGB (Red+Green+Blue) = 214+130+90=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6825A is #297DA5. Grayscale: #969696. Windows color (decimal): -2719142 or 5931734. OLE color: 5931734.

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

Color convert

RGB 214 130 90 -
CMYK 0 0.39 0.58 0.16
HSL 19.35º 0.6% 0.6% -
HSV(B) 19.35º 0.58% 0.84% -
XYZ 37.56 31 13.68 -
YUV 150.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 214 130 90 0 0.39 0.58 0.16 19.35 0.6 0.6
Hex D6 82 5A 0 27 3A 10 13 3C 3C
Octal 326 202 132 0 47 72 20 23 74 74
Binary 11010110 10000010 1011010 0 100111 111010 10000 10011 111100 111100

Color Harmonies of #D6825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6825A

Black with #D6825A

Text Example


Text Example

White with #D6825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6825A; }

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

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

background-color css

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

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

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

border-color css

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

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

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