Html Css Color HEX #D46B29 Gold Drop

📋 copy color: '#D46B29'

red 212 ◦ green 107 ◦ blue 41

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

Shades of Gold Drop #D46B29

Tints of Gold Drop #D46B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.39%

R = 58.89%
G = 29.72%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D46B29 (or 0xD46B29) is known color: Gold Drop. HEX triplet: D4, 6B and 29. RGB value is (212,107,41). Sum of RGB (Red+Green+Blue) = 212+107+41=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46B29 is #2B94D6. Grayscale: #838383. Windows color (decimal): -2856151 or 2714580. OLE color: 2714580.

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

Color convert

RGB 212 107 41 -
CMYK 0 0.50 0.81 0.17
HSL 23.16º 0.68% 0.5% -
HSV(B) 23.16º 0.81% 0.83% -
XYZ 32.81 24.67 5.13 -
YUV 130.87 77.29 185.87 -
System Red Green Blue C M Y K H S L
Decimal 212 107 41 0 0.50 0.81 0.17 23.16 0.68 0.5
Hex D4 6B 29 0 32 51 11 17 44 32
Octal 324 153 51 0 62 121 21 27 104 62
Binary 11010100 1101011 101001 0 110010 1010001 10001 10111 1000100 110010

Color Harmonies of #D46B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46B29

Black with #D46B29

Text Example


Text Example

White with #D46B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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