Html Css Color HEX #D6B23F Metallic Gold

📋 copy color: '#D6B23F'

red 214 ◦ green 178 ◦ blue 63

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

Shades of Metallic Gold #D6B23F

Tints of Metallic Gold #D6B23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.85%

R = 47.03%
G = 39.12%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6B23F (or 0xD6B23F) is known color: Metallic Gold. HEX triplet: D6, B2 and 3F. RGB value is (214,178,63). Sum of RGB (Red+Green+Blue) = 214+178+63=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B23F is #294DC0. Grayscale: #B0B0B0. Windows color (decimal): -2706881 or 4174550. OLE color: 4174550.

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

Color convert

RGB 214 178 63 -
CMYK 0 0.17 0.71 0.16
HSL 45.7º 0.65% 0.54% -
HSV(B) 45.7º 0.71% 0.84% -
XYZ 44.55 46.5 11.33 -
YUV 175.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 214 178 63 0 0.17 0.71 0.16 45.7 0.65 0.54
Hex D6 B2 3F 0 11 47 10 2E 41 36
Octal 326 262 77 0 21 107 20 56 101 66
Binary 11010110 10110010 111111 0 10001 1000111 10000 101110 1000001 110110

Color Harmonies of #D6B23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B23F

Black with #D6B23F

Text Example


Text Example

White with #D6B23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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