Html Css Color HEX #D46C32 Gold Drop

📋 copy color: '#D46C32'

red 212 ◦ green 108 ◦ blue 50

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

Shades of Gold Drop #D46C32

Tints of Gold Drop #D46C32

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

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

R = 57.3%
G = 29.19%
B = 13.51%

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

#D46C32 (or 0xD46C32) is known color: Gold Drop. HEX triplet: D4, 6C and 32. RGB value is (212,108,50). Sum of RGB (Red+Green+Blue) = 212+108+50=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46C32 is #2B93CD. Grayscale: #848484. Windows color (decimal): -2855886 or 3304660. OLE color: 3304660.

HSL color Cylindrical-coordinate representation of color #D46C32: hue angle of 21.48º 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 #D46C32 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 108 50 -
CMYK 0 0.49 0.76 0.17
HSL 21.48º 0.65% 0.51% -
HSV(B) 21.48º 0.76% 0.83% -
XYZ 33.09 24.95 6.09 -
YUV 132.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 212 108 50 0 0.49 0.76 0.17 21.48 0.65 0.51
Hex D4 6C 32 0 31 4C 11 15 41 33
Octal 324 154 62 0 61 114 21 25 101 63
Binary 11010100 1101100 110010 0 110001 1001100 10001 10101 1000001 110011

Color Harmonies of #D46C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46C32

Black with #D46C32

Text Example


Text Example

White with #D46C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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