Html Css Color HEX #D16A34 Gold Drop

📋 copy color: '#D16A34'

red 209 ◦ green 106 ◦ blue 52

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

Shades of Gold Drop #D16A34

Tints of Gold Drop #D16A34

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.88%

 BLUE value IS 52 (20.7% from 255) = 14.17%

R = 56.95%
G = 28.88%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D16A34 (or 0xD16A34) is known color: Gold Drop. HEX triplet: D1, 6A and 34. RGB value is (209,106,52). Sum of RGB (Red+Green+Blue) = 209+106+52=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A34 is #2E95CB. Grayscale: #828282. Windows color (decimal): -3053004 or 3435217. OLE color: 3435217.

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

Color convert

RGB 209 106 52 -
CMYK 0 0.49 0.75 0.18
HSL 20.64º 0.63% 0.51% -
HSV(B) 20.64º 0.75% 0.82% -
XYZ 32.07 24.11 6.21 -
YUV 130.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 209 106 52 0 0.49 0.75 0.18 20.64 0.63 0.51
Hex D1 6A 34 0 31 4B 12 15 3F 33
Octal 321 152 64 0 61 113 22 25 77 63
Binary 11010001 1101010 110100 0 110001 1001011 10010 10101 111111 110011

Color Harmonies of #D16A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A34

Black with #D16A34

Text Example


Text Example

White with #D16A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A34; }

 p { color: rgb(209,106,52); }

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

background-color css

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

 a { background-color: rgb(209,106,52); }

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

border-color css

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

 span { border-color: rgb(209,106,52); }

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