Html Css Color HEX #D46C2B Gold Drop

📋 copy color: '#D46C2B'

red 212 ◦ green 108 ◦ blue 43

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

Shades of Gold Drop #D46C2B

Tints of Gold Drop #D46C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.85%

R = 58.4%
G = 29.75%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D46C2B (or 0xD46C2B) is known color: Gold Drop. HEX triplet: D4, 6C and 2B. RGB value is (212,108,43). Sum of RGB (Red+Green+Blue) = 212+108+43=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46C2B is #2B93D4. Grayscale: #848484. Windows color (decimal): -2855893 or 2845908. OLE color: 2845908.

HSL color Cylindrical-coordinate representation of color #D46C2B: hue angle of 23.08º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D46C2B is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 108 43 -
CMYK 0 0.49 0.80 0.17
HSL 23.08º 0.66% 0.5% -
HSV(B) 23.08º 0.8% 0.83% -
XYZ 32.95 24.9 5.35 -
YUV 131.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 212 108 43 0 0.49 0.80 0.17 23.08 0.66 0.5
Hex D4 6C 2B 0 31 50 11 17 42 32
Octal 324 154 53 0 61 120 21 27 102 62
Binary 11010100 1101100 101011 0 110001 1010000 10001 10111 1000010 110010

Color Harmonies of #D46C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46C2B

Black with #D46C2B

Text Example


Text Example

White with #D46C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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