Html Css Color HEX #D6B038 Metallic Gold

📋 copy color: '#D6B038'

red 214 ◦ green 176 ◦ blue 56

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

Shades of Metallic Gold #D6B038

Tints of Metallic Gold #D6B038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.56%

R = 47.98%
G = 39.46%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D6B038 (or 0xD6B038) is known color: Metallic Gold. HEX triplet: D6, B0 and 38. RGB value is (214,176,56). Sum of RGB (Red+Green+Blue) = 214+176+56=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 56 (22.27% from 255 or 12.56% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B038 is #294FC7. Grayscale: #AEAEAE. Windows color (decimal): -2707400 or 3715286. OLE color: 3715286.

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

Color convert

RGB 214 176 56 -
CMYK 0 0.18 0.74 0.16
HSL 45.57º 0.66% 0.53% -
HSV(B) 45.57º 0.74% 0.84% -
XYZ 43.97 45.63 10.23 -
YUV 173.68 61.59 156.76 -
System Red Green Blue C M Y K H S L
Decimal 214 176 56 0 0.18 0.74 0.16 45.57 0.66 0.53
Hex D6 B0 38 0 12 4A 10 2E 42 35
Octal 326 260 70 0 22 112 20 56 102 65
Binary 11010110 10110000 111000 0 10010 1001010 10000 101110 1000010 110101

Color Harmonies of #D6B038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B038

Black with #D6B038

Text Example


Text Example

White with #D6B038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B038; }

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

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

background-color css

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

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

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

border-color css

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

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

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