Html Css Color HEX #D8A833 Metallic Gold

📋 copy color: '#D8A833'

red 216 ◦ green 168 ◦ blue 51

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

Shades of Metallic Gold #D8A833

Tints of Metallic Gold #D8A833

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.62%

 BLUE value IS 51 (20.31% from 255) = 11.72%

R = 49.66%
G = 38.62%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D8A833 (or 0xD8A833) is known color: Metallic Gold. HEX triplet: D8, A8 and 33. RGB value is (216,168,51). Sum of RGB (Red+Green+Blue) = 216+168+51=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A833 is #2757CC. Grayscale: #A9A9A9. Windows color (decimal): -2578381 or 3385560. OLE color: 3385560.

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

Color convert

RGB 216 168 51 -
CMYK 0 0.22 0.76 0.15
HSL 42.55º 0.68% 0.52% -
HSV(B) 42.55º 0.76% 0.85% -
XYZ 42.92 42.84 9.14 -
YUV 169.01 61.4 161.51 -
System Red Green Blue C M Y K H S L
Decimal 216 168 51 0 0.22 0.76 0.15 42.55 0.68 0.52
Hex D8 A8 33 0 16 4C F 2B 44 34
Octal 330 250 63 0 26 114 17 53 104 64
Binary 11011000 10101000 110011 0 10110 1001100 1111 101011 1000100 110100

Color Harmonies of #D8A833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A833

Black with #D8A833

Text Example


Text Example

White with #D8A833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A833; }

 p { color: rgb(216,168,51); }

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

background-color css

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

 a { background-color: rgb(216,168,51); }

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

border-color css

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

 span { border-color: rgb(216,168,51); }

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