Html Css Color HEX #DF9225 Buttercup

📋 copy color: '#DF9225'

red 223 ◦ green 146 ◦ blue 37

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

Shades of Buttercup #DF9225

Tints of Buttercup #DF9225

RGB

 RED value IS 223 (87.5% from 255) = 54.93%

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

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

R = 54.93%
G = 35.96%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF9225 (or 0xDF9225) is known color: Buttercup. HEX triplet: DF, 92 and 25. RGB value is (223,146,37). Sum of RGB (Red+Green+Blue) = 223+146+37=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9225 is #206DDA. Grayscale: #9D9D9D. Windows color (decimal): -2125275 or 2462431. OLE color: 2462431.

HSL color Cylindrical-coordinate representation of color #DF9225: hue angle of 35.16º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF9225 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 146 37 -
CMYK 0 0.35 0.83 0.13
HSL 35.16º 0.74% 0.51% -
HSV(B) 35.16º 0.83% 0.87% -
XYZ 41.04 36.38 6.61 -
YUV 156.6 60.51 175.36 -
System Red Green Blue C M Y K H S L
Decimal 223 146 37 0 0.35 0.83 0.13 35.16 0.74 0.51
Hex DF 92 25 0 23 53 D 23 4A 33
Octal 337 222 45 0 43 123 15 43 112 63
Binary 11011111 10010010 100101 0 100011 1010011 1101 100011 1001010 110011

Color Harmonies of #DF9225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9225

Black with #DF9225

Text Example


Text Example

White with #DF9225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9225; }

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

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

background-color css

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

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

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

border-color css

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

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

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