Html Css Color HEX #D0A33F Metallic Gold

📋 copy color: '#D0A33F'

red 208 ◦ green 163 ◦ blue 63

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

Shades of Metallic Gold #D0A33F

Tints of Metallic Gold #D0A33F

RGB

 RED value IS 208 (81.64% from 255) = 47.93%

 GREEN value IS 163 (64.06% from 255) = 37.56%

 BLUE value IS 63 (25% from 255) = 14.52%

R = 47.93%
G = 37.56%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0A33F (or 0xD0A33F) is known color: Metallic Gold. HEX triplet: D0, A3 and 3F. RGB value is (208,163,63). Sum of RGB (Red+Green+Blue) = 208+163+63=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A33F is #2F5CC0. Grayscale: #A5A5A5. Windows color (decimal): -3103937 or 4170704. OLE color: 4170704.

HSL color Cylindrical-coordinate representation of color #D0A33F: hue angle of 41.38º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0A33F is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 163 63 -
CMYK 0 0.22 0.70 0.18
HSL 41.38º 0.61% 0.53% -
HSV(B) 41.38º 0.7% 0.82% -
XYZ 40.01 39.96 10.31 -
YUV 165.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 208 163 63 0 0.22 0.70 0.18 41.38 0.61 0.53
Hex D0 A3 3F 0 16 46 12 29 3D 35
Octal 320 243 77 0 26 106 22 51 75 65
Binary 11010000 10100011 111111 0 10110 1000110 10010 101001 111101 110101

Color Harmonies of #D0A33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A33F

Black with #D0A33F

Text Example


Text Example

White with #D0A33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A33F; }

 p { color: rgb(208,163,63); }

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

background-color css

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

 a { background-color: rgb(208,163,63); }

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

border-color css

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

 span { border-color: rgb(208,163,63); }

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