Html Css Color HEX #DE9E30 Buttercup

📋 copy color: '#DE9E30'

red 222 ◦ green 158 ◦ blue 48

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

Shades of Buttercup #DE9E30

Tints of Buttercup #DE9E30

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.92%

 BLUE value IS 48 (19.14% from 255) = 11.21%

R = 51.87%
G = 36.92%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE9E30 (or 0xDE9E30) is known color: Buttercup. HEX triplet: DE, 9E and 30. RGB value is (222,158,48). Sum of RGB (Red+Green+Blue) = 222+158+48=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9E30 is #2161CF. Grayscale: #A5A5A5. Windows color (decimal): -2187728 or 3186398. OLE color: 3186398.

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

Color convert

RGB 222 158 48 -
CMYK 0 0.29 0.78 0.13
HSL 37.93º 0.73% 0.53% -
HSV(B) 37.93º 0.78% 0.87% -
XYZ 42.88 40.2 8.29 -
YUV 164.6 62.2 168.94 -
System Red Green Blue C M Y K H S L
Decimal 222 158 48 0 0.29 0.78 0.13 37.93 0.73 0.53
Hex DE 9E 30 0 1D 4E D 26 48 35
Octal 336 236 60 0 35 116 15 46 110 65
Binary 11011110 10011110 110000 0 11101 1001110 1101 100110 1001000 110101

Color Harmonies of #DE9E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9E30

Black with #DE9E30

Text Example


Text Example

White with #DE9E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9E30; }

 p { color: rgb(222,158,48); }

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

background-color css

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

 a { background-color: rgb(222,158,48); }

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

border-color css

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

 span { border-color: rgb(222,158,48); }

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