Html Css Color HEX #DE8520 Buttercup

📋 copy color: '#DE8520'

red 222 ◦ green 133 ◦ blue 32

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

Shades of Buttercup #DE8520

Tints of Buttercup #DE8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

 BLUE value IS 32 (12.89% from 255) = 8.27%

R = 57.36%
G = 34.37%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE8520 (or 0xDE8520) is known color: Buttercup. HEX triplet: DE, 85 and 20. RGB value is (222,133,32). Sum of RGB (Red+Green+Blue) = 222+133+32=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8520 is #217ADF. Grayscale: #949494. Windows color (decimal): -2194144 or 2131422. OLE color: 2131422.

HSL color Cylindrical-coordinate representation of color #DE8520: hue angle of 31.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE8520 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 133 32 -
CMYK 0 0.40 0.86 0.13
HSL 31.89º 0.75% 0.5% -
HSV(B) 31.89º 0.86% 0.87% -
XYZ 38.77 32.41 5.58 -
YUV 148.1 62.49 180.71 -
System Red Green Blue C M Y K H S L
Decimal 222 133 32 0 0.40 0.86 0.13 31.89 0.75 0.5
Hex DE 85 20 0 28 56 D 20 4B 32
Octal 336 205 40 0 50 126 15 40 113 62
Binary 11011110 10000101 100000 0 101000 1010110 1101 100000 1001011 110010

Color Harmonies of #DE8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8520

Black with #DE8520

Text Example


Text Example

White with #DE8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8520; }

 p { color: rgb(222,133,32); }

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

background-color css

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

 a { background-color: rgb(222,133,32); }

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

border-color css

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

 span { border-color: rgb(222,133,32); }

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