Html Css Color HEX #DE8D30 Buttercup

📋 copy color: '#DE8D30'

red 222 ◦ green 141 ◦ blue 48

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

Shades of Buttercup #DE8D30

Tints of Buttercup #DE8D30

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.31%

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

R = 54.01%
G = 34.31%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE8D30 (or 0xDE8D30) is known color: Buttercup. HEX triplet: DE, 8D and 30. RGB value is (222,141,48). Sum of RGB (Red+Green+Blue) = 222+141+48=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8D30 is #2172CF. Grayscale: #9B9B9B. Windows color (decimal): -2192080 or 3182046. OLE color: 3182046.

HSL color Cylindrical-coordinate representation of color #DE8D30: hue angle of 32.07º 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 #DE8D30 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 141 48 -
CMYK 0 0.36 0.78 0.13
HSL 32.07º 0.73% 0.53% -
HSV(B) 32.07º 0.78% 0.87% -
XYZ 40.18 34.79 7.39 -
YUV 154.62 67.84 176.06 -
System Red Green Blue C M Y K H S L
Decimal 222 141 48 0 0.36 0.78 0.13 32.07 0.73 0.53
Hex DE 8D 30 0 24 4E D 20 48 35
Octal 336 215 60 0 44 116 15 40 110 65
Binary 11011110 10001101 110000 0 100100 1001110 1101 100000 1001000 110101

Color Harmonies of #DE8D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8D30

Black with #DE8D30

Text Example


Text Example

White with #DE8D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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