Html Css Color HEX #DE8E1F Buttercup

📋 copy color: '#DE8E1F'

red 222 ◦ green 142 ◦ blue 31

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

Shades of Buttercup #DE8E1F

Tints of Buttercup #DE8E1F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.95%

 BLUE value IS 31 (12.5% from 255) = 7.85%

R = 56.2%
G = 35.95%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE8E1F (or 0xDE8E1F) is known color: Buttercup. HEX triplet: DE, 8E and 1F. RGB value is (222,142,31). Sum of RGB (Red+Green+Blue) = 222+142+31=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8E1F is #2171E0. Grayscale: #999999. Windows color (decimal): -2191841 or 2068190. OLE color: 2068190.

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

Color convert

RGB 222 142 31 -
CMYK 0 0.36 0.86 0.13
HSL 34.87º 0.75% 0.5% -
HSV(B) 34.87º 0.86% 0.87% -
XYZ 40.04 34.97 5.94 -
YUV 153.27 59 177.03 -
System Red Green Blue C M Y K H S L
Decimal 222 142 31 0 0.36 0.86 0.13 34.87 0.75 0.5
Hex DE 8E 1F 0 24 56 D 23 4B 32
Octal 336 216 37 0 44 126 15 43 113 62
Binary 11011110 10001110 11111 0 100100 1010110 1101 100011 1001011 110010

Color Harmonies of #DE8E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8E1F

Black with #DE8E1F

Text Example


Text Example

White with #DE8E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8E1F; }

 p { color: rgb(222,142,31); }

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

background-color css

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

 a { background-color: rgb(222,142,31); }

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

border-color css

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

 span { border-color: rgb(222,142,31); }

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