Html Css Color HEX #DCB822 Gold Tips

📋 copy color: '#DCB822'

red 220 ◦ green 184 ◦ blue 34

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

Shades of Gold Tips #DCB822

Tints of Gold Tips #DCB822

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.01%

 BLUE value IS 34 (13.67% from 255) = 7.76%

R = 50.23%
G = 42.01%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCB822 (or 0xDCB822) is known color: Gold Tips. HEX triplet: DC, B8 and 22. RGB value is (220,184,34). Sum of RGB (Red+Green+Blue) = 220+184+34=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 34 (13.67% from 255 or 7.76% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB822 is #2347DD. Grayscale: #B2B2B2. Windows color (decimal): -2312158 or 2275548. OLE color: 2275548.

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

Color convert

RGB 220 184 34 -
CMYK 0 0.16 0.85 0.14
HSL 48.39º 0.73% 0.5% -
HSV(B) 48.39º 0.85% 0.86% -
XYZ 46.94 49.61 8.62 -
YUV 177.66 46.93 158.2 -
System Red Green Blue C M Y K H S L
Decimal 220 184 34 0 0.16 0.85 0.14 48.39 0.73 0.5
Hex DC B8 22 0 10 55 E 30 49 32
Octal 334 270 42 0 20 125 16 60 111 62
Binary 11011100 10111000 100010 0 10000 1010101 1110 110000 1001001 110010

Color Harmonies of #DCB822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB822

Black with #DCB822

Text Example


Text Example

White with #DCB822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB822; }

 p { color: rgb(220,184,34); }

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

background-color css

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

 a { background-color: rgb(220,184,34); }

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

border-color css

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

 span { border-color: rgb(220,184,34); }

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