Html Css Color HEX #D16B37 Gold Drop

📋 copy color: '#D16B37'

red 209 ◦ green 107 ◦ blue 55

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

Shades of Gold Drop #D16B37

Tints of Gold Drop #D16B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.82%

R = 56.33%
G = 28.84%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D16B37 (or 0xD16B37) is known color: Gold Drop. HEX triplet: D1, 6B and 37. RGB value is (209,107,55). Sum of RGB (Red+Green+Blue) = 209+107+55=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16B37 is #2E94C8. Grayscale: #838383. Windows color (decimal): -3052745 or 3632081. OLE color: 3632081.

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

Color convert

RGB 209 107 55 -
CMYK 0 0.49 0.74 0.18
HSL 20.26º 0.63% 0.52% -
HSV(B) 20.26º 0.74% 0.82% -
XYZ 32.24 24.35 6.61 -
YUV 131.57 84.79 183.23 -
System Red Green Blue C M Y K H S L
Decimal 209 107 55 0 0.49 0.74 0.18 20.26 0.63 0.52
Hex D1 6B 37 0 31 4A 12 14 3F 34
Octal 321 153 67 0 61 112 22 24 77 64
Binary 11010001 1101011 110111 0 110001 1001010 10010 10100 111111 110100

Color Harmonies of #D16B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16B37

Black with #D16B37

Text Example


Text Example

White with #D16B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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