Html Css Color HEX #D0B22E Metallic Gold

📋 copy color: '#D0B22E'

red 208 ◦ green 178 ◦ blue 46

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

Shades of Metallic Gold #D0B22E

Tints of Metallic Gold #D0B22E

RGB

 RED value IS 208 (81.64% from 255) = 48.15%

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

 BLUE value IS 46 (18.36% from 255) = 10.65%

R = 48.15%
G = 41.2%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0B22E (or 0xD0B22E) is known color: Metallic Gold. HEX triplet: D0, B2 and 2E. RGB value is (208,178,46). Sum of RGB (Red+Green+Blue) = 208+178+46=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0B22E is #2F4DD1. Grayscale: #ACACAC. Windows color (decimal): -3100114 or 3060432. OLE color: 3060432.

HSL color Cylindrical-coordinate representation of color #D0B22E: hue angle of 48.89º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0B22E is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 178 46 -
CMYK 0 0.14 0.78 0.18
HSL 48.89º 0.64% 0.5% -
HSV(B) 48.89º 0.78% 0.82% -
XYZ 42.43 45.45 9.12 -
YUV 171.92 56.94 153.73 -
System Red Green Blue C M Y K H S L
Decimal 208 178 46 0 0.14 0.78 0.18 48.89 0.64 0.5
Hex D0 B2 2E 0 E 4E 12 31 40 32
Octal 320 262 56 0 16 116 22 61 100 62
Binary 11010000 10110010 101110 0 1110 1001110 10010 110001 1000000 110010

Color Harmonies of #D0B22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B22E

Black with #D0B22E

Text Example


Text Example

White with #D0B22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B22E; }

 p { color: rgb(208,178,46); }

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

background-color css

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

 a { background-color: rgb(208,178,46); }

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

border-color css

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

 span { border-color: rgb(208,178,46); }

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