Html Css Color HEX #DCB227 Gold Tips

📋 copy color: '#DCB227'

red 220 ◦ green 178 ◦ blue 39

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

Shades of Gold Tips #DCB227

Tints of Gold Tips #DCB227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.92%

R = 50.34%
G = 40.73%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCB227 (or 0xDCB227) is known color: Gold Tips. HEX triplet: DC, B2 and 27. RGB value is (220,178,39). Sum of RGB (Red+Green+Blue) = 220+178+39=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 39 (15.62% from 255 or 8.92% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB227 is #234DD8. Grayscale: #AFAFAF. Windows color (decimal): -2313689 or 2601692. OLE color: 2601692.

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

Color convert

RGB 220 178 39 -
CMYK 0 0.19 0.82 0.14
HSL 46.08º 0.72% 0.51% -
HSV(B) 46.08º 0.82% 0.86% -
XYZ 45.8 47.2 8.62 -
YUV 174.71 51.41 160.3 -
System Red Green Blue C M Y K H S L
Decimal 220 178 39 0 0.19 0.82 0.14 46.08 0.72 0.51
Hex DC B2 27 0 13 52 E 2E 48 33
Octal 334 262 47 0 23 122 16 56 110 63
Binary 11011100 10110010 100111 0 10011 1010010 1110 101110 1001000 110011

Color Harmonies of #DCB227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB227

Black with #DCB227

Text Example


Text Example

White with #DCB227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB227; }

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

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

background-color css

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

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

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

border-color css

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

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

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