Html Css Color HEX #D16938 Gold Drop

📋 copy color: '#D16938'

red 209 ◦ green 105 ◦ blue 56

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

Shades of Gold Drop #D16938

Tints of Gold Drop #D16938

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.38%

 BLUE value IS 56 (22.27% from 255) = 15.14%

R = 56.49%
G = 28.38%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D16938 (or 0xD16938) is known color: Gold Drop. HEX triplet: D1, 69 and 38. RGB value is (209,105,56). Sum of RGB (Red+Green+Blue) = 209+105+56=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D16938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16938 is #2E96C7. Grayscale: #828282. Windows color (decimal): -3053256 or 3697105. OLE color: 3697105.

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

Color convert

RGB 209 105 56 -
CMYK 0 0.50 0.73 0.18
HSL 19.22º 0.62% 0.52% -
HSV(B) 19.22º 0.73% 0.82% -
XYZ 32.06 23.94 6.67 -
YUV 130.51 85.96 183.98 -
System Red Green Blue C M Y K H S L
Decimal 209 105 56 0 0.50 0.73 0.18 19.22 0.62 0.52
Hex D1 69 38 0 32 49 12 13 3E 34
Octal 321 151 70 0 62 111 22 23 76 64
Binary 11010001 1101001 111000 0 110010 1001001 10010 10011 111110 110100

Color Harmonies of #D16938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16938

Black with #D16938

Text Example


Text Example

White with #D16938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16938; }

 p { color: rgb(209,105,56); }

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

background-color css

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

 a { background-color: rgb(209,105,56); }

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

border-color css

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

 span { border-color: rgb(209,105,56); }

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