Html Css Color HEX #DE9228 Buttercup

📋 copy color: '#DE9228'

red 222 ◦ green 146 ◦ blue 40

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

Shades of Buttercup #DE9228

Tints of Buttercup #DE9228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.8%

R = 54.41%
G = 35.78%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE9228 (or 0xDE9228) is known color: Buttercup. HEX triplet: DE, 92 and 28. RGB value is (222,146,40). Sum of RGB (Red+Green+Blue) = 222+146+40=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9228 is #216DD7. Grayscale: #9D9D9D. Windows color (decimal): -2190808 or 2659038. OLE color: 2659038.

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

Color convert

RGB 222 146 40 -
CMYK 0 0.34 0.82 0.13
HSL 34.95º 0.73% 0.51% -
HSV(B) 34.95º 0.82% 0.87% -
XYZ 40.79 36.24 6.85 -
YUV 156.64 62.18 174.62 -
System Red Green Blue C M Y K H S L
Decimal 222 146 40 0 0.34 0.82 0.13 34.95 0.73 0.51
Hex DE 92 28 0 22 52 D 23 49 33
Octal 336 222 50 0 42 122 15 43 111 63
Binary 11011110 10010010 101000 0 100010 1010010 1101 100011 1001001 110011

Color Harmonies of #DE9228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9228

Black with #DE9228

Text Example


Text Example

White with #DE9228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9228; }

 p { color: rgb(222,146,40); }

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

background-color css

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

 a { background-color: rgb(222,146,40); }

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

border-color css

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

 span { border-color: rgb(222,146,40); }

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