Html Css Color HEX #DCB42F Gold Tips

📋 copy color: '#DCB42F'

red 220 ◦ green 180 ◦ blue 47

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

Shades of Gold Tips #DCB42F

Tints of Gold Tips #DCB42F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.27%

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

R = 49.22%
G = 40.27%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCB42F (or 0xDCB42F) is known color: Gold Tips. HEX triplet: DC, B4 and 2F. RGB value is (220,180,47). Sum of RGB (Red+Green+Blue) = 220+180+47=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB42F is #234BD0. Grayscale: #B1B1B1. Windows color (decimal): -2313169 or 3126492. OLE color: 3126492.

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

Color convert

RGB 220 180 47 -
CMYK 0 0.18 0.79 0.14
HSL 46.13º 0.71% 0.52% -
HSV(B) 46.13º 0.79% 0.86% -
XYZ 46.35 48.06 9.52 -
YUV 176.8 54.75 158.81 -
System Red Green Blue C M Y K H S L
Decimal 220 180 47 0 0.18 0.79 0.14 46.13 0.71 0.52
Hex DC B4 2F 0 12 4F E 2E 47 34
Octal 334 264 57 0 22 117 16 56 107 64
Binary 11011100 10110100 101111 0 10010 1001111 1110 101110 1000111 110100

Color Harmonies of #DCB42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB42F

Black with #DCB42F

Text Example


Text Example

White with #DCB42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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