Html Css Color HEX #D6A33C Metallic Gold

📋 copy color: '#D6A33C'

red 214 ◦ green 163 ◦ blue 60

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

Shades of Metallic Gold #D6A33C

Tints of Metallic Gold #D6A33C

RGB

 RED value IS 214 (83.98% from 255) = 48.97%

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

 BLUE value IS 60 (23.83% from 255) = 13.73%

R = 48.97%
G = 37.3%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6A33C (or 0xD6A33C) is known color: Metallic Gold. HEX triplet: D6, A3 and 3C. RGB value is (214,163,60). Sum of RGB (Red+Green+Blue) = 214+163+60=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A33C is #295CC3. Grayscale: #A6A6A6. Windows color (decimal): -2710724 or 3974102. OLE color: 3974102.

HSL color Cylindrical-coordinate representation of color #D6A33C: hue angle of 40.13º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6A33C is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 163 60 -
CMYK 0 0.24 0.72 0.16
HSL 40.13º 0.65% 0.54% -
HSV(B) 40.13º 0.72% 0.84% -
XYZ 41.64 40.82 9.96 -
YUV 166.51 67.9 161.88 -
System Red Green Blue C M Y K H S L
Decimal 214 163 60 0 0.24 0.72 0.16 40.13 0.65 0.54
Hex D6 A3 3C 0 18 48 10 28 41 36
Octal 326 243 74 0 30 110 20 50 101 66
Binary 11010110 10100011 111100 0 11000 1001000 10000 101000 1000001 110110

Color Harmonies of #D6A33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A33C

Black with #D6A33C

Text Example


Text Example

White with #D6A33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A33C; }

 p { color: rgb(214,163,60); }

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

background-color css

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

 a { background-color: rgb(214,163,60); }

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

border-color css

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

 span { border-color: rgb(214,163,60); }

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