Html Css Color HEX #DCB927 Gold Tips

📋 copy color: '#DCB927'

red 220 ◦ green 185 ◦ blue 39

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

Shades of Gold Tips #DCB927

Tints of Gold Tips #DCB927

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.67%

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

R = 49.55%
G = 41.67%
B = 8.78%

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

#DCB927 (or 0xDCB927) is known color: Gold Tips. HEX triplet: DC, B9 and 27. RGB value is (220,185,39). Sum of RGB (Red+Green+Blue) = 220+185+39=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 39 (15.62% from 255 or 8.78% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB927 is #2346D8. Grayscale: #B3B3B3. Windows color (decimal): -2311897 or 2603484. OLE color: 2603484.

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

Color convert

RGB 220 185 39 -
CMYK 0 0.16 0.82 0.14
HSL 48.4º 0.72% 0.51% -
HSV(B) 48.4º 0.82% 0.86% -
XYZ 47.23 50.06 9.09 -
YUV 178.82 49.1 157.37 -
System Red Green Blue C M Y K H S L
Decimal 220 185 39 0 0.16 0.82 0.14 48.4 0.72 0.51
Hex DC B9 27 0 10 52 E 30 48 33
Octal 334 271 47 0 20 122 16 60 110 63
Binary 11011100 10111001 100111 0 10000 1010010 1110 110000 1001000 110011

Color Harmonies of #DCB927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB927

Black with #DCB927

Text Example


Text Example

White with #DCB927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB927; }

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

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

background-color css

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

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

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

border-color css

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

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

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