Html Css Color HEX #D18964 Burning Sand

📋 copy color: '#D18964'

red 209 ◦ green 137 ◦ blue 100

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

Shades of Burning Sand #D18964

Tints of Burning Sand #D18964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.72%

 BLUE value IS 100 (39.45% from 255) = 22.42%

R = 46.86%
G = 30.72%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D18964 (or 0xD18964) is known color: Burning Sand. HEX triplet: D1, 89 and 64. RGB value is (209,137,100). Sum of RGB (Red+Green+Blue) = 209+137+100=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D18964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18964 is #2E769B. Grayscale: #9A9A9A. Windows color (decimal): -3045020 or 6588881. OLE color: 6588881.

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

Color convert

RGB 209 137 100 -
CMYK 0 0.34 0.52 0.18
HSL 20.37º 0.54% 0.61% -
HSV(B) 20.37º 0.52% 0.82% -
XYZ 37.54 32.37 16.33 -
YUV 154.31 97.35 167.01 -
System Red Green Blue C M Y K H S L
Decimal 209 137 100 0 0.34 0.52 0.18 20.37 0.54 0.61
Hex D1 89 64 0 22 34 12 14 36 3D
Octal 321 211 144 0 42 64 22 24 66 75
Binary 11010001 10001001 1100100 0 100010 110100 10010 10100 110110 111101

Color Harmonies of #D18964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18964

Black with #D18964

Text Example


Text Example

White with #D18964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18964; }

 p { color: rgb(209,137,100); }

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

background-color css

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

 a { background-color: rgb(209,137,100); }

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

border-color css

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

 span { border-color: rgb(209,137,100); }

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