Html Css Color HEX #D46828 Gold Drop

📋 copy color: '#D46828'

red 212 ◦ green 104 ◦ blue 40

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

Shades of Gold Drop #D46828

Tints of Gold Drop #D46828

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.21%

 BLUE value IS 40 (16.02% from 255) = 11.24%

R = 59.55%
G = 29.21%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D46828 (or 0xD46828) is known color: Gold Drop. HEX triplet: D4, 68 and 28. RGB value is (212,104,40). Sum of RGB (Red+Green+Blue) = 212+104+40=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D46828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46828 is #2B97D7. Grayscale: #818181. Windows color (decimal): -2856920 or 2648276. OLE color: 2648276.

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

Color convert

RGB 212 104 40 -
CMYK 0 0.51 0.81 0.17
HSL 22.33º 0.68% 0.49% -
HSV(B) 22.33º 0.81% 0.83% -
XYZ 32.48 24.05 4.94 -
YUV 129 77.78 187.2 -
System Red Green Blue C M Y K H S L
Decimal 212 104 40 0 0.51 0.81 0.17 22.33 0.68 0.49
Hex D4 68 28 0 33 51 11 16 44 31
Octal 324 150 50 0 63 121 21 26 104 61
Binary 11010100 1101000 101000 0 110011 1010001 10001 10110 1000100 110001

Color Harmonies of #D46828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46828

Black with #D46828

Text Example


Text Example

White with #D46828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46828; }

 p { color: rgb(212,104,40); }

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

background-color css

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

 a { background-color: rgb(212,104,40); }

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

border-color css

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

 span { border-color: rgb(212,104,40); }

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