Html Css Color HEX #DCB62D Gold Tips

📋 copy color: '#DCB62D'

red 220 ◦ green 182 ◦ blue 45

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

Shades of Gold Tips #DCB62D

Tints of Gold Tips #DCB62D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.72%

 BLUE value IS 45 (17.97% from 255) = 10.07%

R = 49.22%
G = 40.72%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCB62D (or 0xDCB62D) is known color: Gold Tips. HEX triplet: DC, B6 and 2D. RGB value is (220,182,45). Sum of RGB (Red+Green+Blue) = 220+182+45=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB62D is #2349D2. Grayscale: #B2B2B2. Windows color (decimal): -2312659 or 2995932. OLE color: 2995932.

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

Color convert

RGB 220 182 45 -
CMYK 0 0.17 0.80 0.14
HSL 46.97º 0.71% 0.52% -
HSV(B) 46.97º 0.8% 0.86% -
XYZ 46.72 48.86 9.45 -
YUV 177.74 53.09 158.14 -
System Red Green Blue C M Y K H S L
Decimal 220 182 45 0 0.17 0.80 0.14 46.97 0.71 0.52
Hex DC B6 2D 0 11 50 E 2F 47 34
Octal 334 266 55 0 21 120 16 57 107 64
Binary 11011100 10110110 101101 0 10001 1010000 1110 101111 1000111 110100

Color Harmonies of #DCB62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB62D

Black with #DCB62D

Text Example


Text Example

White with #DCB62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB62D; }

 p { color: rgb(220,182,45); }

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

background-color css

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

 a { background-color: rgb(220,182,45); }

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

border-color css

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

 span { border-color: rgb(220,182,45); }

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