Html Css Color HEX #DCB92C Gold Tips

📋 copy color: '#DCB92C'

red 220 ◦ green 185 ◦ blue 44

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

Shades of Gold Tips #DCB92C

Tints of Gold Tips #DCB92C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.8%

R = 49%
G = 41.2%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DCB92C (or 0xDCB92C) is known color: Gold Tips. HEX triplet: DC, B9 and 2C. RGB value is (220,185,44). Sum of RGB (Red+Green+Blue) = 220+185+44=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB92C is #2346D3. Grayscale: #B3B3B3. Windows color (decimal): -2311892 or 2931164. OLE color: 2931164.

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

Color convert

RGB 220 185 44 -
CMYK 0 0.16 0.8 0.14
HSL 48.07º 0.72% 0.52% -
HSV(B) 48.07º 0.8% 0.86% -
XYZ 47.32 50.1 9.56 -
YUV 179.39 51.6 156.96 -
System Red Green Blue C M Y K H S L
Decimal 220 185 44 0 0.16 0.8 0.14 48.07 0.72 0.52
Hex DC B9 2C 0 10 50 E 30 48 34
Octal 334 271 54 0 20 120 16 60 110 64
Binary 11011100 10111001 101100 0 10000 1010000 1110 110000 1001000 110100

Color Harmonies of #DCB92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB92C

Black with #DCB92C

Text Example


Text Example

White with #DCB92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB92C; }

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

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

background-color css

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

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

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

border-color css

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

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

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