Html Css Color HEX #D5816A Burning Sand

📋 copy color: '#D5816A'

red 213 ◦ green 129 ◦ blue 106

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

Shades of Burning Sand #D5816A

Tints of Burning Sand #D5816A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.66%

R = 47.54%
G = 28.79%
B = 23.66%

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

#D5816A (or 0xD5816A) is known color: Burning Sand. HEX triplet: D5, 81 and 6A. RGB value is (213,129,106). Sum of RGB (Red+Green+Blue) = 213+129+106=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5816A is #2A7E95. Grayscale: #979797. Windows color (decimal): -2784918 or 6980053. OLE color: 6980053.

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

Color convert

RGB 213 129 106 -
CMYK 0 0.39 0.50 0.16
HSL 12.9º 0.56% 0.63% -
HSV(B) 12.9º 0.5% 0.84% -
XYZ 37.89 30.89 17.6 -
YUV 151.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 213 129 106 0 0.39 0.50 0.16 12.9 0.56 0.63
Hex D5 81 6A 0 27 32 10 D 38 3F
Octal 325 201 152 0 47 62 20 15 70 77
Binary 11010101 10000001 1101010 0 100111 110010 10000 1101 111000 111111

Color Harmonies of #D5816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5816A

Black with #D5816A

Text Example


Text Example

White with #D5816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5816A; }

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

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

background-color css

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

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

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

border-color css

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

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

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