Html Css Color HEX #D46C2C Gold Drop

📋 copy color: '#D46C2C'

red 212 ◦ green 108 ◦ blue 44

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

Shades of Gold Drop #D46C2C

Tints of Gold Drop #D46C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.09%

R = 58.24%
G = 29.67%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D46C2C (or 0xD46C2C) is known color: Gold Drop. HEX triplet: D4, 6C and 2C. RGB value is (212,108,44). Sum of RGB (Red+Green+Blue) = 212+108+44=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46C2C is #2B93D3. Grayscale: #848484. Windows color (decimal): -2855892 or 2911444. OLE color: 2911444.

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

Color convert

RGB 212 108 44 -
CMYK 0 0.49 0.79 0.17
HSL 22.86º 0.66% 0.5% -
HSV(B) 22.86º 0.79% 0.83% -
XYZ 32.97 24.9 5.45 -
YUV 131.8 78.46 185.2 -
System Red Green Blue C M Y K H S L
Decimal 212 108 44 0 0.49 0.79 0.17 22.86 0.66 0.5
Hex D4 6C 2C 0 31 4F 11 17 42 32
Octal 324 154 54 0 61 117 21 27 102 62
Binary 11010100 1101100 101100 0 110001 1001111 10001 10111 1000010 110010

Color Harmonies of #D46C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46C2C

Black with #D46C2C

Text Example


Text Example

White with #D46C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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