Html Css Color HEX #D6A33B Metallic Gold

📋 copy color: '#D6A33B'

red 214 ◦ green 163 ◦ blue 59

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

Shades of Metallic Gold #D6A33B

Tints of Metallic Gold #D6A33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.53%

R = 49.08%
G = 37.39%
B = 13.53%

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

#D6A33B (or 0xD6A33B) is known color: Metallic Gold. HEX triplet: D6, A3 and 3B. RGB value is (214,163,59). Sum of RGB (Red+Green+Blue) = 214+163+59=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 59 (23.44% from 255 or 13.53% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A33B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A33B is #295CC4. Grayscale: #A6A6A6. Windows color (decimal): -2710725 or 3908566. OLE color: 3908566.

HSL color Cylindrical-coordinate representation of color #D6A33B: hue angle of 40.26º 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 #D6A33B is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 163 59 -
CMYK 0 0.24 0.72 0.16
HSL 40.26º 0.65% 0.54% -
HSV(B) 40.26º 0.72% 0.84% -
XYZ 41.62 40.81 9.82 -
YUV 166.39 67.4 161.96 -
System Red Green Blue C M Y K H S L
Decimal 214 163 59 0 0.24 0.72 0.16 40.26 0.65 0.54
Hex D6 A3 3B 0 18 48 10 28 41 36
Octal 326 243 73 0 30 110 20 50 101 66
Binary 11010110 10100011 111011 0 11000 1001000 10000 101000 1000001 110110

Color Harmonies of #D6A33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A33B

Black with #D6A33B

Text Example


Text Example

White with #D6A33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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