Html Css Color HEX #DC9325 Buttercup

📋 copy color: '#DC9325'

red 220 ◦ green 147 ◦ blue 37

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

Shades of Buttercup #DC9325

Tints of Buttercup #DC9325

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.39%

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

R = 54.46%
G = 36.39%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC9325 (or 0xDC9325) is known color: Buttercup. HEX triplet: DC, 93 and 25. RGB value is (220,147,37). Sum of RGB (Red+Green+Blue) = 220+147+37=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9325 is #236CDA. Grayscale: #9C9C9C. Windows color (decimal): -2321627 or 2462684. OLE color: 2462684.

HSL color Cylindrical-coordinate representation of color #DC9325: hue angle of 36.07º 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 #DC9325 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 147 37 -
CMYK 0 0.33 0.83 0.14
HSL 36.07º 0.72% 0.5% -
HSV(B) 36.07º 0.83% 0.86% -
XYZ 40.28 36.22 6.62 -
YUV 156.29 60.68 173.44 -
System Red Green Blue C M Y K H S L
Decimal 220 147 37 0 0.33 0.83 0.14 36.07 0.72 0.5
Hex DC 93 25 0 21 53 E 24 48 32
Octal 334 223 45 0 41 123 16 44 110 62
Binary 11011100 10010011 100101 0 100001 1010011 1110 100100 1001000 110010

Color Harmonies of #DC9325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9325

Black with #DC9325

Text Example


Text Example

White with #DC9325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9325; }

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

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

background-color css

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

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

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

border-color css

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

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

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