Html Css Color HEX #D6B534 Metallic Gold

📋 copy color: '#D6B534'

red 214 ◦ green 181 ◦ blue 52

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

Shades of Metallic Gold #D6B534

Tints of Metallic Gold #D6B534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.49%

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

R = 47.87%
G = 40.49%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D6B534 (or 0xD6B534) is known color: Metallic Gold. HEX triplet: D6, B5 and 34. RGB value is (214,181,52). Sum of RGB (Red+Green+Blue) = 214+181+52=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B534 is #294ACB. Grayscale: #B0B0B0. Windows color (decimal): -2706124 or 3454422. OLE color: 3454422.

HSL color Cylindrical-coordinate representation of color #D6B534: hue angle of 47.78º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6B534 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 181 52 -
CMYK 0 0.15 0.76 0.16
HSL 47.78º 0.66% 0.52% -
HSV(B) 47.78º 0.76% 0.84% -
XYZ 44.88 47.59 10.07 -
YUV 176.16 57.93 154.99 -
System Red Green Blue C M Y K H S L
Decimal 214 181 52 0 0.15 0.76 0.16 47.78 0.66 0.52
Hex D6 B5 34 0 F 4C 10 30 42 34
Octal 326 265 64 0 17 114 20 60 102 64
Binary 11010110 10110101 110100 0 1111 1001100 10000 110000 1000010 110100

Color Harmonies of #D6B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B534

Black with #D6B534

Text Example


Text Example

White with #D6B534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B534; }

 p { color: rgb(214,181,52); }

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

background-color css

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

 a { background-color: rgb(214,181,52); }

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

border-color css

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

 span { border-color: rgb(214,181,52); }

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