Html Css Color HEX #DCB230 Gold Tips

📋 copy color: '#DCB230'

red 220 ◦ green 178 ◦ blue 48

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

Shades of Gold Tips #DCB230

Tints of Gold Tips #DCB230

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.91%

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

R = 49.33%
G = 39.91%
B = 10.76%

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

#DCB230 (or 0xDCB230) is known color: Gold Tips. HEX triplet: DC, B2 and 30. RGB value is (220,178,48). Sum of RGB (Red+Green+Blue) = 220+178+48=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB230 is #234DCF. Grayscale: #B0B0B0. Windows color (decimal): -2313680 or 3191516. OLE color: 3191516.

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

Color convert

RGB 220 178 48 -
CMYK 0 0.19 0.78 0.14
HSL 45.35º 0.71% 0.53% -
HSV(B) 45.35º 0.78% 0.86% -
XYZ 45.97 47.27 9.5 -
YUV 175.74 55.91 159.57 -
System Red Green Blue C M Y K H S L
Decimal 220 178 48 0 0.19 0.78 0.14 45.35 0.71 0.53
Hex DC B2 30 0 13 4E E 2D 47 35
Octal 334 262 60 0 23 116 16 55 107 65
Binary 11011100 10110010 110000 0 10011 1001110 1110 101101 1000111 110101

Color Harmonies of #DCB230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB230

Black with #DCB230

Text Example


Text Example

White with #DCB230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB230; }

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

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

background-color css

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

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

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

border-color css

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

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

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