Html Css Color HEX #D16228 Gold Drop

📋 copy color: '#D16228'

red 209 ◦ green 98 ◦ blue 40

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

Shades of Gold Drop #D16228

Tints of Gold Drop #D16228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.24%

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

R = 60.23%
G = 28.24%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D16228 (or 0xD16228) is known color: Gold Drop. HEX triplet: D1, 62 and 28. RGB value is (209,98,40). Sum of RGB (Red+Green+Blue) = 209+98+40=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D16228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16228 is #2E9DD7. Grayscale: #7C7C7C. Windows color (decimal): -3055064 or 2646737. OLE color: 2646737.

HSL color Cylindrical-coordinate representation of color #D16228: hue angle of 20.59º 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 #D16228 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 98 40 -
CMYK 0 0.53 0.81 0.18
HSL 20.59º 0.68% 0.49% -
HSV(B) 20.59º 0.81% 0.82% -
XYZ 31.05 22.44 4.7 -
YUV 124.58 80.27 188.22 -
System Red Green Blue C M Y K H S L
Decimal 209 98 40 0 0.53 0.81 0.18 20.59 0.68 0.49
Hex D1 62 28 0 35 51 12 15 44 31
Octal 321 142 50 0 65 121 22 25 104 61
Binary 11010001 1100010 101000 0 110101 1010001 10010 10101 1000100 110001

Color Harmonies of #D16228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16228

Black with #D16228

Text Example


Text Example

White with #D16228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16228; }

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

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

background-color css

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

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

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

border-color css

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

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

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