Html Css Color HEX #D6815F Burning Sand

📋 copy color: '#D6815F'

red 214 ◦ green 129 ◦ blue 95

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

Shades of Burning Sand #D6815F

Tints of Burning Sand #D6815F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.69%

R = 48.86%
G = 29.45%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6815F (or 0xD6815F) is known color: Burning Sand. HEX triplet: D6, 81 and 5F. RGB value is (214,129,95). Sum of RGB (Red+Green+Blue) = 214+129+95=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6815F is #297EA0. Grayscale: #969696. Windows color (decimal): -2719393 or 6259158. OLE color: 6259158.

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

Color convert

RGB 214 129 95 -
CMYK 0 0.40 0.56 0.16
HSL 17.14º 0.59% 0.61% -
HSV(B) 17.14º 0.56% 0.84% -
XYZ 37.65 30.82 14.79 -
YUV 150.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 214 129 95 0 0.40 0.56 0.16 17.14 0.59 0.61
Hex D6 81 5F 0 28 38 10 11 3B 3D
Octal 326 201 137 0 50 70 20 21 73 75
Binary 11010110 10000001 1011111 0 101000 111000 10000 10001 111011 111101

Color Harmonies of #D6815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6815F

Black with #D6815F

Text Example


Text Example

White with #D6815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6815F; }

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

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

background-color css

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

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

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

border-color css

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

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

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