Html Css Color HEX #D46D32 Gold Drop

📋 copy color: '#D46D32'

red 212 ◦ green 109 ◦ blue 50

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

Shades of Gold Drop #D46D32

Tints of Gold Drop #D46D32

RGB

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

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

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

R = 57.14%
G = 29.38%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D46D32 (or 0xD46D32) is known color: Gold Drop. HEX triplet: D4, 6D and 32. RGB value is (212,109,50). Sum of RGB (Red+Green+Blue) = 212+109+50=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46D32 is #2B92CD. Grayscale: #858585. Windows color (decimal): -2855630 or 3304916. OLE color: 3304916.

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

Color convert

RGB 212 109 50 -
CMYK 0 0.49 0.76 0.17
HSL 21.85º 0.65% 0.51% -
HSV(B) 21.85º 0.76% 0.83% -
XYZ 33.2 25.16 6.13 -
YUV 133.07 81.12 184.3 -
System Red Green Blue C M Y K H S L
Decimal 212 109 50 0 0.49 0.76 0.17 21.85 0.65 0.51
Hex D4 6D 32 0 31 4C 11 16 41 33
Octal 324 155 62 0 61 114 21 26 101 63
Binary 11010100 1101101 110010 0 110001 1001100 10001 10110 1000001 110011

Color Harmonies of #D46D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46D32

Black with #D46D32

Text Example


Text Example

White with #D46D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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