Html Css Color HEX #D46B32 Gold Drop

📋 copy color: '#D46B32'

red 212 ◦ green 107 ◦ blue 50

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

Shades of Gold Drop #D46B32

Tints of Gold Drop #D46B32

RGB

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

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

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

R = 57.45%
G = 29%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D46B32 (or 0xD46B32) is known color: Gold Drop. HEX triplet: D4, 6B and 32. RGB value is (212,107,50). Sum of RGB (Red+Green+Blue) = 212+107+50=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46B32 is #2B94CD. Grayscale: #848484. Windows color (decimal): -2856142 or 3304404. OLE color: 3304404.

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

Color convert

RGB 212 107 50 -
CMYK 0 0.50 0.76 0.17
HSL 21.11º 0.65% 0.51% -
HSV(B) 21.11º 0.76% 0.83% -
XYZ 32.98 24.74 6.05 -
YUV 131.9 81.79 185.13 -
System Red Green Blue C M Y K H S L
Decimal 212 107 50 0 0.50 0.76 0.17 21.11 0.65 0.51
Hex D4 6B 32 0 32 4C 11 15 41 33
Octal 324 153 62 0 62 114 21 25 101 63
Binary 11010100 1101011 110010 0 110010 1001100 10001 10101 1000001 110011

Color Harmonies of #D46B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46B32

Black with #D46B32

Text Example


Text Example

White with #D46B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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