Html Css Color HEX #D6B234 Metallic Gold

📋 copy color: '#D6B234'

red 214 ◦ green 178 ◦ blue 52

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

Shades of Metallic Gold #D6B234

Tints of Metallic Gold #D6B234

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.09%

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

R = 48.2%
G = 40.09%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D6B234 (or 0xD6B234) is known color: Metallic Gold. HEX triplet: D6, B2 and 34. RGB value is (214,178,52). Sum of RGB (Red+Green+Blue) = 214+178+52=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B234 is #294DCB. Grayscale: #AEAEAE. Windows color (decimal): -2706892 or 3453654. OLE color: 3453654.

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

Color convert

RGB 214 178 52 -
CMYK 0 0.17 0.76 0.16
HSL 46.67º 0.66% 0.52% -
HSV(B) 46.67º 0.76% 0.84% -
XYZ 44.27 46.38 9.87 -
YUV 174.4 58.93 156.25 -
System Red Green Blue C M Y K H S L
Decimal 214 178 52 0 0.17 0.76 0.16 46.67 0.66 0.52
Hex D6 B2 34 0 11 4C 10 2F 42 34
Octal 326 262 64 0 21 114 20 57 102 64
Binary 11010110 10110010 110100 0 10001 1001100 10000 101111 1000010 110100

Color Harmonies of #D6B234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B234

Black with #D6B234

Text Example


Text Example

White with #D6B234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B234; }

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

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

background-color css

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

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

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

border-color css

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

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

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