Html Css Color HEX #D46D2D Gold Drop

📋 copy color: '#D46D2D'

red 212 ◦ green 109 ◦ blue 45

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

Shades of Gold Drop #D46D2D

Tints of Gold Drop #D46D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.3%

R = 57.92%
G = 29.78%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D46D2D (or 0xD46D2D) is known color: Gold Drop. HEX triplet: D4, 6D and 2D. RGB value is (212,109,45). Sum of RGB (Red+Green+Blue) = 212+109+45=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46D2D is #2B92D2. Grayscale: #848484. Windows color (decimal): -2855635 or 2977236. OLE color: 2977236.

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

Color convert

RGB 212 109 45 -
CMYK 0 0.49 0.79 0.17
HSL 22.99º 0.66% 0.5% -
HSV(B) 22.99º 0.79% 0.83% -
XYZ 33.09 25.12 5.59 -
YUV 132.5 78.62 184.7 -
System Red Green Blue C M Y K H S L
Decimal 212 109 45 0 0.49 0.79 0.17 22.99 0.66 0.5
Hex D4 6D 2D 0 31 4F 11 17 42 32
Octal 324 155 55 0 61 117 21 27 102 62
Binary 11010100 1101101 101101 0 110001 1001111 10001 10111 1000010 110010

Color Harmonies of #D46D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46D2D

Black with #D46D2D

Text Example


Text Example

White with #D46D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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