Html Css Color HEX #DE8F21 Buttercup

📋 copy color: '#DE8F21'

red 222 ◦ green 143 ◦ blue 33

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

Shades of Buttercup #DE8F21

Tints of Buttercup #DE8F21

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.93%

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

R = 55.78%
G = 35.93%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE8F21 (or 0xDE8F21) is known color: Buttercup. HEX triplet: DE, 8F and 21. RGB value is (222,143,33). Sum of RGB (Red+Green+Blue) = 222+143+33=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8F21 is #2170DE. Grayscale: #9A9A9A. Windows color (decimal): -2191583 or 2199518. OLE color: 2199518.

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

Color convert

RGB 222 143 33 -
CMYK 0 0.36 0.85 0.13
HSL 34.92º 0.74% 0.5% -
HSV(B) 34.92º 0.85% 0.87% -
XYZ 40.22 35.28 6.13 -
YUV 154.08 59.67 176.44 -
System Red Green Blue C M Y K H S L
Decimal 222 143 33 0 0.36 0.85 0.13 34.92 0.74 0.5
Hex DE 8F 21 0 24 55 D 23 4A 32
Octal 336 217 41 0 44 125 15 43 112 62
Binary 11011110 10001111 100001 0 100100 1010101 1101 100011 1001010 110010

Color Harmonies of #DE8F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F21

Black with #DE8F21

Text Example


Text Example

White with #DE8F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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