Html Css Color HEX #D2A338 Metallic Gold

📋 copy color: '#D2A338'

red 210 ◦ green 163 ◦ blue 56

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

Shades of Metallic Gold #D2A338

Tints of Metallic Gold #D2A338

RGB

 RED value IS 210 (82.42% from 255) = 48.95%

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

 BLUE value IS 56 (22.27% from 255) = 13.05%

R = 48.95%
G = 38%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D2A338 (or 0xD2A338) is known color: Metallic Gold. HEX triplet: D2, A3 and 38. RGB value is (210,163,56). Sum of RGB (Red+Green+Blue) = 210+163+56=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A338 is #2D5CC7. Grayscale: #A5A5A5. Windows color (decimal): -2972872 or 3711954. OLE color: 3711954.

HSL color Cylindrical-coordinate representation of color #D2A338: hue angle of 41.69º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2A338 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 163 56 -
CMYK 0 0.22 0.73 0.18
HSL 41.69º 0.63% 0.52% -
HSV(B) 41.69º 0.73% 0.82% -
XYZ 40.39 40.18 9.37 -
YUV 164.86 66.57 160.2 -
System Red Green Blue C M Y K H S L
Decimal 210 163 56 0 0.22 0.73 0.18 41.69 0.63 0.52
Hex D2 A3 38 0 16 49 12 2A 3F 34
Octal 322 243 70 0 26 111 22 52 77 64
Binary 11010010 10100011 111000 0 10110 1001001 10010 101010 111111 110100

Color Harmonies of #D2A338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A338

Black with #D2A338

Text Example


Text Example

White with #D2A338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A338; }

 p { color: rgb(210,163,56); }

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

background-color css

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

 a { background-color: rgb(210,163,56); }

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

border-color css

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

 span { border-color: rgb(210,163,56); }

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