Html Css Color HEX #D16531 Gold Drop

📋 copy color: '#D16531'

red 209 ◦ green 101 ◦ blue 49

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

Shades of Gold Drop #D16531

Tints of Gold Drop #D16531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

 BLUE value IS 49 (19.53% from 255) = 13.65%

R = 58.22%
G = 28.13%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D16531 (or 0xD16531) is known color: Gold Drop. HEX triplet: D1, 65 and 31. RGB value is (209,101,49). Sum of RGB (Red+Green+Blue) = 209+101+49=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D16531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16531 is #2E9ACE. Grayscale: #7F7F7F. Windows color (decimal): -3054287 or 3237329. OLE color: 3237329.

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

Color convert

RGB 209 101 49 -
CMYK 0 0.52 0.77 0.18
HSL 19.5º 0.63% 0.51% -
HSV(B) 19.5º 0.77% 0.82% -
XYZ 31.5 23.08 5.7 -
YUV 127.36 83.78 186.23 -
System Red Green Blue C M Y K H S L
Decimal 209 101 49 0 0.52 0.77 0.18 19.5 0.63 0.51
Hex D1 65 31 0 34 4D 12 14 3F 33
Octal 321 145 61 0 64 115 22 24 77 63
Binary 11010001 1100101 110001 0 110100 1001101 10010 10100 111111 110011

Color Harmonies of #D16531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16531

Black with #D16531

Text Example


Text Example

White with #D16531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16531; }

 p { color: rgb(209,101,49); }

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

background-color css

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

 a { background-color: rgb(209,101,49); }

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

border-color css

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

 span { border-color: rgb(209,101,49); }

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