Html Css Color HEX #DCB92A Gold Tips

📋 copy color: '#DCB92A'

red 220 ◦ green 185 ◦ blue 42

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

Shades of Gold Tips #DCB92A

Tints of Gold Tips #DCB92A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.4%

R = 49.22%
G = 41.39%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCB92A (or 0xDCB92A) is known color: Gold Tips. HEX triplet: DC, B9 and 2A. RGB value is (220,185,42). Sum of RGB (Red+Green+Blue) = 220+185+42=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB92A is #2346D5. Grayscale: #B3B3B3. Windows color (decimal): -2311894 or 2800092. OLE color: 2800092.

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

Color convert

RGB 220 185 42 -
CMYK 0 0.16 0.81 0.14
HSL 48.2º 0.72% 0.51% -
HSV(B) 48.2º 0.81% 0.86% -
XYZ 47.28 50.08 9.37 -
YUV 179.16 50.6 157.13 -
System Red Green Blue C M Y K H S L
Decimal 220 185 42 0 0.16 0.81 0.14 48.2 0.72 0.51
Hex DC B9 2A 0 10 51 E 30 48 33
Octal 334 271 52 0 20 121 16 60 110 63
Binary 11011100 10111001 101010 0 10000 1010001 1110 110000 1001000 110011

Color Harmonies of #DCB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB92A

Black with #DCB92A

Text Example


Text Example

White with #DCB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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