Html Css Color HEX #D8B232 Metallic Gold

📋 copy color: '#D8B232'

red 216 ◦ green 178 ◦ blue 50

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

Shades of Metallic Gold #D8B232

Tints of Metallic Gold #D8B232

RGB

 RED value IS 216 (84.77% from 255) = 48.65%

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

 BLUE value IS 50 (19.92% from 255) = 11.26%

R = 48.65%
G = 40.09%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D8B232 (or 0xD8B232) is known color: Metallic Gold. HEX triplet: D8, B2 and 32. RGB value is (216,178,50). Sum of RGB (Red+Green+Blue) = 216+178+50=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B232 is #274DCD. Grayscale: #AFAFAF. Windows color (decimal): -2575822 or 3322584. OLE color: 3322584.

HSL color Cylindrical-coordinate representation of color #D8B232: hue angle of 46.27º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8B232 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 178 50 -
CMYK 0 0.18 0.77 0.15
HSL 46.27º 0.68% 0.52% -
HSV(B) 46.27º 0.77% 0.85% -
XYZ 44.82 46.67 9.66 -
YUV 174.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 216 178 50 0 0.18 0.77 0.15 46.27 0.68 0.52
Hex D8 B2 32 0 12 4D F 2E 44 34
Octal 330 262 62 0 22 115 17 56 104 64
Binary 11011000 10110010 110010 0 10010 1001101 1111 101110 1000100 110100

Color Harmonies of #D8B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B232

Black with #D8B232

Text Example


Text Example

White with #D8B232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B232; }

 p { color: rgb(216,178,50); }

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

background-color css

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

 a { background-color: rgb(216,178,50); }

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

border-color css

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

 span { border-color: rgb(216,178,50); }

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