Html Css Color HEX #D46C29 Gold Drop

📋 copy color: '#D46C29'

red 212 ◦ green 108 ◦ blue 41

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

Shades of Gold Drop #D46C29

Tints of Gold Drop #D46C29

RGB

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

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

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

R = 58.73%
G = 29.92%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D46C29 (or 0xD46C29) is known color: Gold Drop. HEX triplet: D4, 6C and 29. RGB value is (212,108,41). Sum of RGB (Red+Green+Blue) = 212+108+41=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46C29 is #2B93D6. Grayscale: #838383. Windows color (decimal): -2855895 or 2714836. OLE color: 2714836.

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

Color convert

RGB 212 108 41 -
CMYK 0 0.49 0.81 0.17
HSL 23.51º 0.68% 0.5% -
HSV(B) 23.51º 0.81% 0.83% -
XYZ 32.91 24.88 5.17 -
YUV 131.46 76.96 185.45 -
System Red Green Blue C M Y K H S L
Decimal 212 108 41 0 0.49 0.81 0.17 23.51 0.68 0.5
Hex D4 6C 29 0 31 51 11 18 44 32
Octal 324 154 51 0 61 121 21 30 104 62
Binary 11010100 1101100 101001 0 110001 1010001 10001 11000 1000100 110010

Color Harmonies of #D46C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46C29

Black with #D46C29

Text Example


Text Example

White with #D46C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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