Html Css Color HEX #D5806B Burning Sand

📋 copy color: '#D5806B'

red 213 ◦ green 128 ◦ blue 107

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

Shades of Burning Sand #D5806B

Tints of Burning Sand #D5806B

RGB

 RED value IS 213 (83.59% from 255) = 47.54%

 GREEN value IS 128 (50.39% from 255) = 28.57%

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

R = 47.54%
G = 28.57%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5806B (or 0xD5806B) is known color: Burning Sand. HEX triplet: D5, 80 and 6B. RGB value is (213,128,107). Sum of RGB (Red+Green+Blue) = 213+128+107=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5806B is #2A7F94. Grayscale: #979797. Windows color (decimal): -2785173 or 7045333. OLE color: 7045333.

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

Color convert

RGB 213 128 107 -
CMYK 0 0.40 0.50 0.16
HSL 11.89º 0.56% 0.63% -
HSV(B) 11.89º 0.5% 0.84% -
XYZ 37.81 30.65 17.83 -
YUV 151.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 213 128 107 0 0.40 0.50 0.16 11.89 0.56 0.63
Hex D5 80 6B 0 28 32 10 C 38 3F
Octal 325 200 153 0 50 62 20 14 70 77
Binary 11010101 10000000 1101011 0 101000 110010 10000 1100 111000 111111

Color Harmonies of #D5806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5806B

Black with #D5806B

Text Example


Text Example

White with #D5806B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5806B; }

 p { color: rgb(213,128,107); }

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

background-color css

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

 a { background-color: rgb(213,128,107); }

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

border-color css

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

 span { border-color: rgb(213,128,107); }

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