Html Css Color HEX #D6B23A Metallic Gold

📋 copy color: '#D6B23A'

red 214 ◦ green 178 ◦ blue 58

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

Shades of Metallic Gold #D6B23A

Tints of Metallic Gold #D6B23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.89%

R = 47.56%
G = 39.56%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6B23A (or 0xD6B23A) is known color: Metallic Gold. HEX triplet: D6, B2 and 3A. RGB value is (214,178,58). Sum of RGB (Red+Green+Blue) = 214+178+58=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B23A is #294DC5. Grayscale: #AFAFAF. Windows color (decimal): -2706886 or 3846870. OLE color: 3846870.

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

Color convert

RGB 214 178 58 -
CMYK 0 0.17 0.73 0.16
HSL 46.15º 0.66% 0.53% -
HSV(B) 46.15º 0.73% 0.84% -
XYZ 44.42 46.44 10.63 -
YUV 175.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 214 178 58 0 0.17 0.73 0.16 46.15 0.66 0.53
Hex D6 B2 3A 0 11 49 10 2E 42 35
Octal 326 262 72 0 21 111 20 56 102 65
Binary 11010110 10110010 111010 0 10001 1001001 10000 101110 1000010 110101

Color Harmonies of #D6B23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B23A

Black with #D6B23A

Text Example


Text Example

White with #D6B23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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