Html Css Color HEX #DCB730 Gold Tips

📋 copy color: '#DCB730'

red 220 ◦ green 183 ◦ blue 48

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

Shades of Gold Tips #DCB730

Tints of Gold Tips #DCB730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.58%

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

R = 48.78%
G = 40.58%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCB730 (or 0xDCB730) is known color: Gold Tips. HEX triplet: DC, B7 and 30. RGB value is (220,183,48). Sum of RGB (Red+Green+Blue) = 220+183+48=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB730 is #2348CF. Grayscale: #B3B3B3. Windows color (decimal): -2312400 or 3192796. OLE color: 3192796.

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

Color convert

RGB 220 183 48 -
CMYK 0 0.17 0.78 0.14
HSL 47.09º 0.71% 0.53% -
HSV(B) 47.09º 0.78% 0.86% -
XYZ 46.98 49.3 9.84 -
YUV 178.67 54.26 157.48 -
System Red Green Blue C M Y K H S L
Decimal 220 183 48 0 0.17 0.78 0.14 47.09 0.71 0.53
Hex DC B7 30 0 11 4E E 2F 47 35
Octal 334 267 60 0 21 116 16 57 107 65
Binary 11011100 10110111 110000 0 10001 1001110 1110 101111 1000111 110101

Color Harmonies of #DCB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB730

Black with #DCB730

Text Example


Text Example

White with #DCB730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB730; }

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

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

background-color css

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

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

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

border-color css

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

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

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