Html Css Color HEX #DCB430 Gold Tips

📋 copy color: '#DCB430'

red 220 ◦ green 180 ◦ blue 48

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

Shades of Gold Tips #DCB430

Tints of Gold Tips #DCB430

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.18%

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

R = 49.11%
G = 40.18%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCB430 (or 0xDCB430) is known color: Gold Tips. HEX triplet: DC, B4 and 30. RGB value is (220,180,48). Sum of RGB (Red+Green+Blue) = 220+180+48=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB430 is #234BCF. Grayscale: #B1B1B1. Windows color (decimal): -2313168 or 3192028. OLE color: 3192028.

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

Color convert

RGB 220 180 48 -
CMYK 0 0.18 0.78 0.14
HSL 46.05º 0.71% 0.53% -
HSV(B) 46.05º 0.78% 0.86% -
XYZ 46.37 48.07 9.63 -
YUV 176.91 55.25 158.73 -
System Red Green Blue C M Y K H S L
Decimal 220 180 48 0 0.18 0.78 0.14 46.05 0.71 0.53
Hex DC B4 30 0 12 4E E 2E 47 35
Octal 334 264 60 0 22 116 16 56 107 65
Binary 11011100 10110100 110000 0 10010 1001110 1110 101110 1000111 110101

Color Harmonies of #DCB430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB430

Black with #DCB430

Text Example


Text Example

White with #DCB430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB430; }

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

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

background-color css

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

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

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

border-color css

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

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

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