Html Css Color HEX #D46728 Gold Drop

📋 copy color: '#D46728'

red 212 ◦ green 103 ◦ blue 40

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

Shades of Gold Drop #D46728

Tints of Gold Drop #D46728

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.01%

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

R = 59.72%
G = 29.01%
B = 11.27%

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

#D46728 (or 0xD46728) is known color: Gold Drop. HEX triplet: D4, 67 and 28. RGB value is (212,103,40). Sum of RGB (Red+Green+Blue) = 212+103+40=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D46728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46728 is #2B98D7. Grayscale: #808080. Windows color (decimal): -2857176 or 2648020. OLE color: 2648020.

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

Color convert

RGB 212 103 40 -
CMYK 0 0.51 0.81 0.17
HSL 21.98º 0.68% 0.49% -
HSV(B) 21.98º 0.81% 0.83% -
XYZ 32.38 23.85 4.9 -
YUV 128.41 78.11 187.62 -
System Red Green Blue C M Y K H S L
Decimal 212 103 40 0 0.51 0.81 0.17 21.98 0.68 0.49
Hex D4 67 28 0 33 51 11 16 44 31
Octal 324 147 50 0 63 121 21 26 104 61
Binary 11010100 1100111 101000 0 110011 1010001 10001 10110 1000100 110001

Color Harmonies of #D46728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46728

Black with #D46728

Text Example


Text Example

White with #D46728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46728; }

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

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

background-color css

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

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

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

border-color css

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

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

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