Html Css Color HEX #DCB930 Gold Tips

📋 copy color: '#DCB930'

red 220 ◦ green 185 ◦ blue 48

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

Shades of Gold Tips #DCB930

Tints of Gold Tips #DCB930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.6%

R = 48.57%
G = 40.84%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCB930 (or 0xDCB930) is known color: Gold Tips. HEX triplet: DC, B9 and 30. RGB value is (220,185,48). Sum of RGB (Red+Green+Blue) = 220+185+48=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB930 is #2346CF. Grayscale: #B4B4B4. Windows color (decimal): -2311888 or 3193308. OLE color: 3193308.

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

Color convert

RGB 220 185 48 -
CMYK 0 0.16 0.78 0.14
HSL 47.79º 0.71% 0.53% -
HSV(B) 47.79º 0.78% 0.86% -
XYZ 47.4 50.13 9.97 -
YUV 179.85 53.6 156.64 -
System Red Green Blue C M Y K H S L
Decimal 220 185 48 0 0.16 0.78 0.14 47.79 0.71 0.53
Hex DC B9 30 0 10 4E E 30 47 35
Octal 334 271 60 0 20 116 16 60 107 65
Binary 11011100 10111001 110000 0 10000 1001110 1110 110000 1000111 110101

Color Harmonies of #DCB930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB930

Black with #DCB930

Text Example


Text Example

White with #DCB930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB930; }

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

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

background-color css

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

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

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

border-color css

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

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

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