Html Css Color HEX #DE8321 Buttercup

📋 copy color: '#DE8321'

red 222 ◦ green 131 ◦ blue 33

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

Shades of Buttercup #DE8321

Tints of Buttercup #DE8321

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.94%

 BLUE value IS 33 (13.28% from 255) = 8.55%

R = 57.51%
G = 33.94%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE8321 (or 0xDE8321) is known color: Buttercup. HEX triplet: DE, 83 and 21. RGB value is (222,131,33). Sum of RGB (Red+Green+Blue) = 222+131+33=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8321 is #217CDE. Grayscale: #939393. Windows color (decimal): -2194655 or 2196446. OLE color: 2196446.

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

Color convert

RGB 222 131 33 -
CMYK 0 0.41 0.85 0.13
HSL 31.11º 0.74% 0.5% -
HSV(B) 31.11º 0.85% 0.87% -
XYZ 38.52 31.87 5.56 -
YUV 147.04 63.65 181.47 -
System Red Green Blue C M Y K H S L
Decimal 222 131 33 0 0.41 0.85 0.13 31.11 0.74 0.5
Hex DE 83 21 0 29 55 D 1F 4A 32
Octal 336 203 41 0 51 125 15 37 112 62
Binary 11011110 10000011 100001 0 101001 1010101 1101 11111 1001010 110010

Color Harmonies of #DE8321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8321

Black with #DE8321

Text Example


Text Example

White with #DE8321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8321; }

 p { color: rgb(222,131,33); }

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

background-color css

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

 a { background-color: rgb(222,131,33); }

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

border-color css

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

 span { border-color: rgb(222,131,33); }

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