Html Css Color HEX #D6815D Burning Sand

📋 copy color: '#D6815D'

red 214 ◦ green 129 ◦ blue 93

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

Shades of Burning Sand #D6815D

Tints of Burning Sand #D6815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.59%

 BLUE value IS 93 (36.72% from 255) = 21.33%

R = 49.08%
G = 29.59%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6815D (or 0xD6815D) is known color: Burning Sand. HEX triplet: D6, 81 and 5D. RGB value is (214,129,93). Sum of RGB (Red+Green+Blue) = 214+129+93=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6815D is #297EA2. Grayscale: #969696. Windows color (decimal): -2719395 or 6128086. OLE color: 6128086.

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

Color convert

RGB 214 129 93 -
CMYK 0 0.40 0.57 0.16
HSL 17.85º 0.6% 0.6% -
HSV(B) 17.85º 0.57% 0.84% -
XYZ 37.56 30.79 14.32 -
YUV 150.31 95.66 173.43 -
System Red Green Blue C M Y K H S L
Decimal 214 129 93 0 0.40 0.57 0.16 17.85 0.6 0.6
Hex D6 81 5D 0 28 39 10 12 3C 3C
Octal 326 201 135 0 50 71 20 22 74 74
Binary 11010110 10000001 1011101 0 101000 111001 10000 10010 111100 111100

Color Harmonies of #D6815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6815D

Black with #D6815D

Text Example


Text Example

White with #D6815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6815D; }

 p { color: rgb(214,129,93); }

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

background-color css

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

 a { background-color: rgb(214,129,93); }

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

border-color css

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

 span { border-color: rgb(214,129,93); }

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