Html Css Color HEX #D16828 Gold Drop

📋 copy color: '#D16828'

red 209 ◦ green 104 ◦ blue 40

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

Shades of Gold Drop #D16828

Tints of Gold Drop #D16828

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.46%

 BLUE value IS 40 (16.02% from 255) = 11.33%

R = 59.21%
G = 29.46%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D16828 (or 0xD16828) is known color: Gold Drop. HEX triplet: D1, 68 and 28. RGB value is (209,104,40). Sum of RGB (Red+Green+Blue) = 209+104+40=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D16828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16828 is #2E97D7. Grayscale: #808080. Windows color (decimal): -3053528 or 2648273. OLE color: 2648273.

HSL color Cylindrical-coordinate representation of color #D16828: hue angle of 22.72º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D16828 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 104 40 -
CMYK 0 0.50 0.81 0.18
HSL 22.72º 0.68% 0.49% -
HSV(B) 22.72º 0.81% 0.82% -
XYZ 31.63 23.61 4.9 -
YUV 128.1 78.29 185.7 -
System Red Green Blue C M Y K H S L
Decimal 209 104 40 0 0.50 0.81 0.18 22.72 0.68 0.49
Hex D1 68 28 0 32 51 12 17 44 31
Octal 321 150 50 0 62 121 22 27 104 61
Binary 11010001 1101000 101000 0 110010 1010001 10010 10111 1000100 110001

Color Harmonies of #D16828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16828

Black with #D16828

Text Example


Text Example

White with #D16828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16828; }

 p { color: rgb(209,104,40); }

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

background-color css

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

 a { background-color: rgb(209,104,40); }

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

border-color css

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

 span { border-color: rgb(209,104,40); }

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