Html Css Color HEX #DCB11D Gold Tips

📋 copy color: '#DCB11D'

red 220 ◦ green 177 ◦ blue 29

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

Shades of Gold Tips #DCB11D

Tints of Gold Tips #DCB11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.81%

R = 51.64%
G = 41.55%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCB11D (or 0xDCB11D) is known color: Gold Tips. HEX triplet: DC, B1 and 1D. RGB value is (220,177,29). Sum of RGB (Red+Green+Blue) = 220+177+29=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB11D is #234EE2. Grayscale: #ADADAD. Windows color (decimal): -2313955 or 1946076. OLE color: 1946076.

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

Color convert

RGB 220 177 29 -
CMYK 0 0.20 0.87 0.14
HSL 46.49º 0.77% 0.49% -
HSV(B) 46.49º 0.87% 0.86% -
XYZ 45.46 46.75 7.79 -
YUV 172.99 46.75 161.53 -
System Red Green Blue C M Y K H S L
Decimal 220 177 29 0 0.20 0.87 0.14 46.49 0.77 0.49
Hex DC B1 1D 0 14 57 E 2E 4D 31
Octal 334 261 35 0 24 127 16 56 115 61
Binary 11011100 10110001 11101 0 10100 1010111 1110 101110 1001101 110001

Color Harmonies of #DCB11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB11D

Black with #DCB11D

Text Example


Text Example

White with #DCB11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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