Html Css Color HEX #D5816B Burning Sand

📋 copy color: '#D5816B'

red 213 ◦ green 129 ◦ blue 107

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

Shades of Burning Sand #D5816B

Tints of Burning Sand #D5816B

RGB

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

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

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

R = 47.44%
G = 28.73%
B = 23.83%

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

#D5816B (or 0xD5816B) is known color: Burning Sand. HEX triplet: D5, 81 and 6B. RGB value is (213,129,107). Sum of RGB (Red+Green+Blue) = 213+129+107=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5816B is #2A7E94. Grayscale: #979797. Windows color (decimal): -2784917 or 7045589. OLE color: 7045589.

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

Color convert

RGB 213 129 107 -
CMYK 0 0.39 0.50 0.16
HSL 12.45º 0.56% 0.63% -
HSV(B) 12.45º 0.5% 0.84% -
XYZ 37.94 30.91 17.88 -
YUV 151.61 102.83 171.79 -
System Red Green Blue C M Y K H S L
Decimal 213 129 107 0 0.39 0.50 0.16 12.45 0.56 0.63
Hex D5 81 6B 0 27 32 10 C 38 3F
Octal 325 201 153 0 47 62 20 14 70 77
Binary 11010101 10000001 1101011 0 100111 110010 10000 1100 111000 111111

Color Harmonies of #D5816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5816B

Black with #D5816B

Text Example


Text Example

White with #D5816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5816B; }

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

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

background-color css

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

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

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

border-color css

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

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

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