Html Css Color HEX #D16B32 Gold Drop

📋 copy color: '#D16B32'

red 209 ◦ green 107 ◦ blue 50

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

Shades of Gold Drop #D16B32

Tints of Gold Drop #D16B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.23%

 BLUE value IS 50 (19.92% from 255) = 13.66%

R = 57.1%
G = 29.23%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D16B32 (or 0xD16B32) is known color: Gold Drop. HEX triplet: D1, 6B and 32. RGB value is (209,107,50). Sum of RGB (Red+Green+Blue) = 209+107+50=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16B32 is #2E94CD. Grayscale: #838383. Windows color (decimal): -3052750 or 3304401. OLE color: 3304401.

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

Color convert

RGB 209 107 50 -
CMYK 0 0.49 0.76 0.18
HSL 21.51º 0.63% 0.51% -
HSV(B) 21.51º 0.76% 0.82% -
XYZ 32.13 24.3 6.01 -
YUV 131 82.29 183.63 -
System Red Green Blue C M Y K H S L
Decimal 209 107 50 0 0.49 0.76 0.18 21.51 0.63 0.51
Hex D1 6B 32 0 31 4C 12 16 3F 33
Octal 321 153 62 0 61 114 22 26 77 63
Binary 11010001 1101011 110010 0 110001 1001100 10010 10110 111111 110011

Color Harmonies of #D16B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16B32

Black with #D16B32

Text Example


Text Example

White with #D16B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16B32; }

 p { color: rgb(209,107,50); }

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

background-color css

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

 a { background-color: rgb(209,107,50); }

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

border-color css

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

 span { border-color: rgb(209,107,50); }

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