Html Css Color HEX #D46D2F Gold Drop

📋 copy color: '#D46D2F'

red 212 ◦ green 109 ◦ blue 47

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

Shades of Gold Drop #D46D2F

Tints of Gold Drop #D46D2F

RGB

 RED value IS 212 (83.2% from 255) = 57.61%

 GREEN value IS 109 (42.97% from 255) = 29.62%

 BLUE value IS 47 (18.75% from 255) = 12.77%

R = 57.61%
G = 29.62%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D46D2F (or 0xD46D2F) is known color: Gold Drop. HEX triplet: D4, 6D and 2F. RGB value is (212,109,47). Sum of RGB (Red+Green+Blue) = 212+109+47=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46D2F is #2B92D0. Grayscale: #858585. Windows color (decimal): -2855633 or 3108308. OLE color: 3108308.

HSL color Cylindrical-coordinate representation of color #D46D2F: hue angle of 22.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D46D2F is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 109 47 -
CMYK 0 0.49 0.78 0.17
HSL 22.55º 0.66% 0.51% -
HSV(B) 22.55º 0.78% 0.83% -
XYZ 33.13 25.14 5.8 -
YUV 132.73 79.62 184.54 -
System Red Green Blue C M Y K H S L
Decimal 212 109 47 0 0.49 0.78 0.17 22.55 0.66 0.51
Hex D4 6D 2F 0 31 4E 11 17 42 33
Octal 324 155 57 0 61 116 21 27 102 63
Binary 11010100 1101101 101111 0 110001 1001110 10001 10111 1000010 110011

Color Harmonies of #D46D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46D2F

Black with #D46D2F

Text Example


Text Example

White with #D46D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46D2F; }

 p { color: rgb(212,109,47); }

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

background-color css

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

 a { background-color: rgb(212,109,47); }

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

border-color css

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

 span { border-color: rgb(212,109,47); }

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