Html Css Color HEX #DCB223 Gold Tips

📋 copy color: '#DCB223'

red 220 ◦ green 178 ◦ blue 35

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

Shades of Gold Tips #DCB223

Tints of Gold Tips #DCB223

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.11%

 BLUE value IS 35 (14.06% from 255) = 8.08%

R = 50.81%
G = 41.11%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCB223 (or 0xDCB223) is known color: Gold Tips. HEX triplet: DC, B2 and 23. RGB value is (220,178,35). Sum of RGB (Red+Green+Blue) = 220+178+35=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 35 (14.06% from 255 or 8.08% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB223 is #234DDC. Grayscale: #AEAEAE. Windows color (decimal): -2313693 or 2339548. OLE color: 2339548.

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

Color convert

RGB 220 178 35 -
CMYK 0 0.19 0.84 0.14
HSL 46.38º 0.73% 0.5% -
HSV(B) 46.38º 0.84% 0.86% -
XYZ 45.74 47.18 8.29 -
YUV 174.26 49.41 160.63 -
System Red Green Blue C M Y K H S L
Decimal 220 178 35 0 0.19 0.84 0.14 46.38 0.73 0.5
Hex DC B2 23 0 13 54 E 2E 49 32
Octal 334 262 43 0 23 124 16 56 111 62
Binary 11011100 10110010 100011 0 10011 1010100 1110 101110 1001001 110010

Color Harmonies of #DCB223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB223

Black with #DCB223

Text Example


Text Example

White with #DCB223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB223; }

 p { color: rgb(220,178,35); }

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

background-color css

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

 a { background-color: rgb(220,178,35); }

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

border-color css

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

 span { border-color: rgb(220,178,35); }

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