Html Css Color HEX #DCB225 Gold Tips

📋 copy color: '#DCB225'

red 220 ◦ green 178 ◦ blue 37

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

Shades of Gold Tips #DCB225

Tints of Gold Tips #DCB225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.51%

R = 50.57%
G = 40.92%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCB225 (or 0xDCB225) is known color: Gold Tips. HEX triplet: DC, B2 and 25. RGB value is (220,178,37). Sum of RGB (Red+Green+Blue) = 220+178+37=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB225 is #234DDA. Grayscale: #AFAFAF. Windows color (decimal): -2313691 or 2470620. OLE color: 2470620.

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

Color convert

RGB 220 178 37 -
CMYK 0 0.19 0.83 0.14
HSL 46.23º 0.72% 0.5% -
HSV(B) 46.23º 0.83% 0.86% -
XYZ 45.77 47.19 8.45 -
YUV 174.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 220 178 37 0 0.19 0.83 0.14 46.23 0.72 0.5
Hex DC B2 25 0 13 53 E 2E 48 32
Octal 334 262 45 0 23 123 16 56 110 62
Binary 11011100 10110010 100101 0 10011 1010011 1110 101110 1001000 110010

Color Harmonies of #DCB225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB225

Black with #DCB225

Text Example


Text Example

White with #DCB225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB225; }

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

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

background-color css

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

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

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

border-color css

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

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

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