Html Css Color HEX #D18061 Burning Sand

📋 copy color: '#D18061'

red 209 ◦ green 128 ◦ blue 97

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

Shades of Burning Sand #D18061

Tints of Burning Sand #D18061

RGB

 RED value IS 209 (82.03% from 255) = 48.16%

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

 BLUE value IS 97 (38.28% from 255) = 22.35%

R = 48.16%
G = 29.49%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D18061 (or 0xD18061) is known color: Burning Sand. HEX triplet: D1, 80 and 61. RGB value is (209,128,97). Sum of RGB (Red+Green+Blue) = 209+128+97=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D18061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18061 is #2E7F9E. Grayscale: #949494. Windows color (decimal): -3047327 or 6389969. OLE color: 6389969.

HSL color Cylindrical-coordinate representation of color #D18061: hue angle of 16.61º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D18061 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 128 97 -
CMYK 0 0.39 0.54 0.18
HSL 16.61º 0.55% 0.6% -
HSV(B) 16.61º 0.54% 0.82% -
XYZ 36.17 29.86 15.17 -
YUV 148.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 209 128 97 0 0.39 0.54 0.18 16.61 0.55 0.6
Hex D1 80 61 0 27 36 12 11 37 3C
Octal 321 200 141 0 47 66 22 21 67 74
Binary 11010001 10000000 1100001 0 100111 110110 10010 10001 110111 111100

Color Harmonies of #D18061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18061

Black with #D18061

Text Example


Text Example

White with #D18061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18061; }

 p { color: rgb(209,128,97); }

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

background-color css

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

 a { background-color: rgb(209,128,97); }

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

border-color css

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

 span { border-color: rgb(209,128,97); }

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