Html Css Color HEX #D46734 Gold Drop

📋 copy color: '#D46734'

red 212 ◦ green 103 ◦ blue 52

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

Shades of Gold Drop #D46734

Tints of Gold Drop #D46734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.17%

R = 57.77%
G = 28.07%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D46734 (or 0xD46734) is known color: Gold Drop. HEX triplet: D4, 67 and 34. RGB value is (212,103,52). Sum of RGB (Red+Green+Blue) = 212+103+52=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D46734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46734 is #2B98CB. Grayscale: #828282. Windows color (decimal): -2857164 or 3434452. OLE color: 3434452.

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

Color convert

RGB 212 103 52 -
CMYK 0 0.51 0.75 0.17
HSL 19.13º 0.65% 0.52% -
HSV(B) 19.13º 0.75% 0.83% -
XYZ 32.62 23.95 6.15 -
YUV 129.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 212 103 52 0 0.51 0.75 0.17 19.13 0.65 0.52
Hex D4 67 34 0 33 4B 11 13 41 34
Octal 324 147 64 0 63 113 21 23 101 64
Binary 11010100 1100111 110100 0 110011 1001011 10001 10011 1000001 110100

Color Harmonies of #D46734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46734

Black with #D46734

Text Example


Text Example

White with #D46734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46734; }

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

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

background-color css

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

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

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

border-color css

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

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

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