Html Css Color HEX #D6B02C Metallic Gold

📋 copy color: '#D6B02C'

red 214 ◦ green 176 ◦ blue 44

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

Shades of Metallic Gold #D6B02C

Tints of Metallic Gold #D6B02C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.55%

 BLUE value IS 44 (17.58% from 255) = 10.14%

R = 49.31%
G = 40.55%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6B02C (or 0xD6B02C) is known color: Metallic Gold. HEX triplet: D6, B0 and 2C. RGB value is (214,176,44). Sum of RGB (Red+Green+Blue) = 214+176+44=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B02C is #294FD3. Grayscale: #ACACAC. Windows color (decimal): -2707412 or 2928854. OLE color: 2928854.

HSL color Cylindrical-coordinate representation of color #D6B02C: hue angle of 46.59º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6B02C is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 176 44 -
CMYK 0 0.18 0.79 0.16
HSL 46.59º 0.67% 0.51% -
HSV(B) 46.59º 0.79% 0.84% -
XYZ 43.71 45.53 8.87 -
YUV 172.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 214 176 44 0 0.18 0.79 0.16 46.59 0.67 0.51
Hex D6 B0 2C 0 12 4F 10 2F 43 33
Octal 326 260 54 0 22 117 20 57 103 63
Binary 11010110 10110000 101100 0 10010 1001111 10000 101111 1000011 110011

Color Harmonies of #D6B02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B02C

Black with #D6B02C

Text Example


Text Example

White with #D6B02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B02C; }

 p { color: rgb(214,176,44); }

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

background-color css

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

 a { background-color: rgb(214,176,44); }

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

border-color css

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

 span { border-color: rgb(214,176,44); }

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