Html Css Color HEX #D6B635 Metallic Gold

📋 copy color: '#D6B635'

red 214 ◦ green 182 ◦ blue 53

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

Shades of Metallic Gold #D6B635

Tints of Metallic Gold #D6B635

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.53%

 BLUE value IS 53 (21.09% from 255) = 11.8%

R = 47.66%
G = 40.53%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D6B635 (or 0xD6B635) is known color: Metallic Gold. HEX triplet: D6, B6 and 35. RGB value is (214,182,53). Sum of RGB (Red+Green+Blue) = 214+182+53=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 53 (21.09% from 255 or 11.80% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B635 is #2949CA. Grayscale: #B1B1B1. Windows color (decimal): -2705867 or 3520214. OLE color: 3520214.

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

Color convert

RGB 214 182 53 -
CMYK 0 0.15 0.75 0.16
HSL 48.07º 0.66% 0.52% -
HSV(B) 48.07º 0.75% 0.84% -
XYZ 45.1 48.01 10.26 -
YUV 176.86 58.1 154.49 -
System Red Green Blue C M Y K H S L
Decimal 214 182 53 0 0.15 0.75 0.16 48.07 0.66 0.52
Hex D6 B6 35 0 F 4B 10 30 42 34
Octal 326 266 65 0 17 113 20 60 102 64
Binary 11010110 10110110 110101 0 1111 1001011 10000 110000 1000010 110100

Color Harmonies of #D6B635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B635

Black with #D6B635

Text Example


Text Example

White with #D6B635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B635; }

 p { color: rgb(214,182,53); }

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

background-color css

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

 a { background-color: rgb(214,182,53); }

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

border-color css

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

 span { border-color: rgb(214,182,53); }

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