Html Css Color HEX #DCB11F Gold Tips

📋 copy color: '#DCB11F'

red 220 ◦ green 177 ◦ blue 31

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

Shades of Gold Tips #DCB11F

Tints of Gold Tips #DCB11F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.36%

 BLUE value IS 31 (12.5% from 255) = 7.24%

R = 51.4%
G = 41.36%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCB11F (or 0xDCB11F) is known color: Gold Tips. HEX triplet: DC, B1 and 1F. RGB value is (220,177,31). Sum of RGB (Red+Green+Blue) = 220+177+31=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 31 (12.5% from 255 or 7.24% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB11F is #234EE0. Grayscale: #ADADAD. Windows color (decimal): -2313953 or 2077148. OLE color: 2077148.

HSL color Cylindrical-coordinate representation of color #DCB11F: hue angle of 46.35º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCB11F is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 31 -
CMYK 0 0.20 0.86 0.14
HSL 46.35º 0.75% 0.49% -
HSV(B) 46.35º 0.86% 0.86% -
XYZ 45.48 46.76 7.92 -
YUV 173.21 47.75 161.37 -
System Red Green Blue C M Y K H S L
Decimal 220 177 31 0 0.20 0.86 0.14 46.35 0.75 0.49
Hex DC B1 1F 0 14 56 E 2E 4B 31
Octal 334 261 37 0 24 126 16 56 113 61
Binary 11011100 10110001 11111 0 10100 1010110 1110 101110 1001011 110001

Color Harmonies of #DCB11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB11F

Black with #DCB11F

Text Example


Text Example

White with #DCB11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB11F; }

 p { color: rgb(220,177,31); }

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

background-color css

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

 a { background-color: rgb(220,177,31); }

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

border-color css

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

 span { border-color: rgb(220,177,31); }

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