Html Css Color HEX #DCB923 Gold Tips

📋 copy color: '#DCB923'

red 220 ◦ green 185 ◦ blue 35

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

Shades of Gold Tips #DCB923

Tints of Gold Tips #DCB923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.95%

R = 50%
G = 42.05%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCB923 (or 0xDCB923) is known color: Gold Tips. HEX triplet: DC, B9 and 23. RGB value is (220,185,35). Sum of RGB (Red+Green+Blue) = 220+185+35=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 35 (14.06% from 255 or 7.95% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB923 is #2346DC. Grayscale: #B2B2B2. Windows color (decimal): -2311901 or 2341340. OLE color: 2341340.

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

Color convert

RGB 220 185 35 -
CMYK 0 0.16 0.84 0.14
HSL 48.65º 0.73% 0.5% -
HSV(B) 48.65º 0.84% 0.86% -
XYZ 47.17 50.03 8.76 -
YUV 178.37 47.1 157.7 -
System Red Green Blue C M Y K H S L
Decimal 220 185 35 0 0.16 0.84 0.14 48.65 0.73 0.5
Hex DC B9 23 0 10 54 E 31 49 32
Octal 334 271 43 0 20 124 16 61 111 62
Binary 11011100 10111001 100011 0 10000 1010100 1110 110001 1001001 110010

Color Harmonies of #DCB923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB923

Black with #DCB923

Text Example


Text Example

White with #DCB923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB923; }

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

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

background-color css

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

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

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

border-color css

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

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

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