Html Css Color HEX #DCB92F Gold Tips

📋 copy color: '#DCB92F'

red 220 ◦ green 185 ◦ blue 47

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

Shades of Gold Tips #DCB92F

Tints of Gold Tips #DCB92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.4%

R = 48.67%
G = 40.93%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCB92F (or 0xDCB92F) is known color: Gold Tips. HEX triplet: DC, B9 and 2F. RGB value is (220,185,47). Sum of RGB (Red+Green+Blue) = 220+185+47=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB92F is #2346D0. Grayscale: #B4B4B4. Windows color (decimal): -2311889 or 3127772. OLE color: 3127772.

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

Color convert

RGB 220 185 47 -
CMYK 0 0.16 0.79 0.14
HSL 47.86º 0.71% 0.52% -
HSV(B) 47.86º 0.79% 0.86% -
XYZ 47.38 50.12 9.87 -
YUV 179.73 53.1 156.72 -
System Red Green Blue C M Y K H S L
Decimal 220 185 47 0 0.16 0.79 0.14 47.86 0.71 0.52
Hex DC B9 2F 0 10 4F E 30 47 34
Octal 334 271 57 0 20 117 16 60 107 64
Binary 11011100 10111001 101111 0 10000 1001111 1110 110000 1000111 110100

Color Harmonies of #DCB92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB92F

Black with #DCB92F

Text Example


Text Example

White with #DCB92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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