Html Css Color HEX #DCB42D Gold Tips

📋 copy color: '#DCB42D'

red 220 ◦ green 180 ◦ blue 45

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

Shades of Gold Tips #DCB42D

Tints of Gold Tips #DCB42D

RGB

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

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

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

R = 49.44%
G = 40.45%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCB42D (or 0xDCB42D) is known color: Gold Tips. HEX triplet: DC, B4 and 2D. RGB value is (220,180,45). Sum of RGB (Red+Green+Blue) = 220+180+45=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB42D is #234BD2. Grayscale: #B1B1B1. Windows color (decimal): -2313171 or 2995420. OLE color: 2995420.

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

Color convert

RGB 220 180 45 -
CMYK 0 0.18 0.80 0.14
HSL 46.29º 0.71% 0.52% -
HSV(B) 46.29º 0.8% 0.86% -
XYZ 46.31 48.05 9.32 -
YUV 176.57 53.75 158.98 -
System Red Green Blue C M Y K H S L
Decimal 220 180 45 0 0.18 0.80 0.14 46.29 0.71 0.52
Hex DC B4 2D 0 12 50 E 2E 47 34
Octal 334 264 55 0 22 120 16 56 107 64
Binary 11011100 10110100 101101 0 10010 1010000 1110 101110 1000111 110100

Color Harmonies of #DCB42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB42D

Black with #DCB42D

Text Example


Text Example

White with #DCB42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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