Html Css Color HEX #DCB827 Gold Tips

📋 copy color: '#DCB827'

red 220 ◦ green 184 ◦ blue 39

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

Shades of Gold Tips #DCB827

Tints of Gold Tips #DCB827

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.53%

 BLUE value IS 39 (15.63% from 255) = 8.8%

R = 49.66%
G = 41.53%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCB827 (or 0xDCB827) is known color: Gold Tips. HEX triplet: DC, B8 and 27. RGB value is (220,184,39). Sum of RGB (Red+Green+Blue) = 220+184+39=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 39 (15.62% from 255 or 8.80% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB827 is #2347D8. Grayscale: #B2B2B2. Windows color (decimal): -2312153 or 2603228. OLE color: 2603228.

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

Color convert

RGB 220 184 39 -
CMYK 0 0.16 0.82 0.14
HSL 48.07º 0.72% 0.51% -
HSV(B) 48.07º 0.82% 0.86% -
XYZ 47.02 49.64 9.02 -
YUV 178.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 220 184 39 0 0.16 0.82 0.14 48.07 0.72 0.51
Hex DC B8 27 0 10 52 E 30 48 33
Octal 334 270 47 0 20 122 16 60 110 63
Binary 11011100 10111000 100111 0 10000 1010010 1110 110000 1001000 110011

Color Harmonies of #DCB827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB827

Black with #DCB827

Text Example


Text Example

White with #DCB827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB827; }

 p { color: rgb(220,184,39); }

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

background-color css

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

 a { background-color: rgb(220,184,39); }

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

border-color css

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

 span { border-color: rgb(220,184,39); }

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