Html Css Color HEX #DE9124 Buttercup

📋 copy color: '#DE9124'

red 222 ◦ green 145 ◦ blue 36

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

Shades of Buttercup #DE9124

Tints of Buttercup #DE9124

RGB

 RED value IS 222 (87.11% from 255) = 55.09%

 GREEN value IS 145 (57.03% from 255) = 35.98%

 BLUE value IS 36 (14.45% from 255) = 8.93%

R = 55.09%
G = 35.98%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE9124 (or 0xDE9124) is known color: Buttercup. HEX triplet: DE, 91 and 24. RGB value is (222,145,36). Sum of RGB (Red+Green+Blue) = 222+145+36=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9124 is #216EDB. Grayscale: #9C9C9C. Windows color (decimal): -2191068 or 2396638. OLE color: 2396638.

HSL color Cylindrical-coordinate representation of color #DE9124: 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.84%. Process color model (Four color, CMYK) of #DE9124 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 145 36 -
CMYK 0 0.35 0.84 0.13
HSL 35.16º 0.74% 0.51% -
HSV(B) 35.16º 0.84% 0.87% -
XYZ 40.57 35.91 6.46 -
YUV 155.6 60.51 175.36 -
System Red Green Blue C M Y K H S L
Decimal 222 145 36 0 0.35 0.84 0.13 35.16 0.74 0.51
Hex DE 91 24 0 23 54 D 23 4A 33
Octal 336 221 44 0 43 124 15 43 112 63
Binary 11011110 10010001 100100 0 100011 1010100 1101 100011 1001010 110011

Color Harmonies of #DE9124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9124

Black with #DE9124

Text Example


Text Example

White with #DE9124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9124; }

 p { color: rgb(222,145,36); }

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

background-color css

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

 a { background-color: rgb(222,145,36); }

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

border-color css

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

 span { border-color: rgb(222,145,36); }

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