Html Css Color HEX #DC9225 Buttercup

📋 copy color: '#DC9225'

red 220 ◦ green 146 ◦ blue 37

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

Shades of Buttercup #DC9225

Tints of Buttercup #DC9225

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.23%

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

R = 54.59%
G = 36.23%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC9225 (or 0xDC9225) is known color: Buttercup. HEX triplet: DC, 92 and 25. RGB value is (220,146,37). Sum of RGB (Red+Green+Blue) = 220+146+37=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9225 is #236DDA. Grayscale: #9C9C9C. Windows color (decimal): -2321883 or 2462428. OLE color: 2462428.

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

Color convert

RGB 220 146 37 -
CMYK 0 0.34 0.83 0.14
HSL 35.74º 0.72% 0.5% -
HSV(B) 35.74º 0.83% 0.86% -
XYZ 40.13 35.91 6.57 -
YUV 155.7 61.02 173.86 -
System Red Green Blue C M Y K H S L
Decimal 220 146 37 0 0.34 0.83 0.14 35.74 0.72 0.5
Hex DC 92 25 0 22 53 E 24 48 32
Octal 334 222 45 0 42 123 16 44 110 62
Binary 11011100 10010010 100101 0 100010 1010011 1110 100100 1001000 110010

Color Harmonies of #DC9225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9225

Black with #DC9225

Text Example


Text Example

White with #DC9225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9225; }

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

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

background-color css

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

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

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

border-color css

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

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

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