Html Css Color HEX #DCB330 Gold Tips

📋 copy color: '#DCB330'

red 220 ◦ green 179 ◦ blue 48

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

Shades of Gold Tips #DCB330

Tints of Gold Tips #DCB330

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.04%

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

R = 49.22%
G = 40.04%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCB330 (or 0xDCB330) is known color: Gold Tips. HEX triplet: DC, B3 and 30. RGB value is (220,179,48). Sum of RGB (Red+Green+Blue) = 220+179+48=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB330 is #234CCF. Grayscale: #B0B0B0. Windows color (decimal): -2313424 or 3191772. OLE color: 3191772.

HSL color Cylindrical-coordinate representation of color #DCB330: hue angle of 45.7º 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 #DCB330 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 48 -
CMYK 0 0.19 0.78 0.14
HSL 45.7º 0.71% 0.53% -
HSV(B) 45.7º 0.78% 0.86% -
XYZ 46.17 47.67 9.56 -
YUV 176.33 55.58 159.15 -
System Red Green Blue C M Y K H S L
Decimal 220 179 48 0 0.19 0.78 0.14 45.7 0.71 0.53
Hex DC B3 30 0 13 4E E 2E 47 35
Octal 334 263 60 0 23 116 16 56 107 65
Binary 11011100 10110011 110000 0 10011 1001110 1110 101110 1000111 110101

Color Harmonies of #DCB330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB330

Black with #DCB330

Text Example


Text Example

White with #DCB330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB330; }

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

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

background-color css

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

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

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

border-color css

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

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

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