Html Css Color HEX #DCB92E Gold Tips

📋 copy color: '#DCB92E'

red 220 ◦ green 185 ◦ blue 46

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

Shades of Gold Tips #DCB92E

Tints of Gold Tips #DCB92E

RGB

 RED value IS 220 (86.33% from 255) = 48.78%

 GREEN value IS 185 (72.66% from 255) = 41.02%

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

R = 48.78%
G = 41.02%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCB92E (or 0xDCB92E) is known color: Gold Tips. HEX triplet: DC, B9 and 2E. RGB value is (220,185,46). Sum of RGB (Red+Green+Blue) = 220+185+46=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 46 (18.36% from 255 or 10.20% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB92E is #2346D1. Grayscale: #B4B4B4. Windows color (decimal): -2311890 or 3062236. OLE color: 3062236.

HSL color Cylindrical-coordinate representation of color #DCB92E: hue angle of 47.93º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCB92E is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 185 46 -
CMYK 0 0.16 0.79 0.14
HSL 47.93º 0.71% 0.52% -
HSV(B) 47.93º 0.79% 0.86% -
XYZ 47.36 50.11 9.76 -
YUV 179.62 52.6 156.8 -
System Red Green Blue C M Y K H S L
Decimal 220 185 46 0 0.16 0.79 0.14 47.93 0.71 0.52
Hex DC B9 2E 0 10 4F E 30 47 34
Octal 334 271 56 0 20 117 16 60 107 64
Binary 11011100 10111001 101110 0 10000 1001111 1110 110000 1000111 110100

Color Harmonies of #DCB92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB92E

Black with #DCB92E

Text Example


Text Example

White with #DCB92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB92E; }

 p { color: rgb(220,185,46); }

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

background-color css

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

 a { background-color: rgb(220,185,46); }

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

border-color css

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

 span { border-color: rgb(220,185,46); }

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