Html Css Color HEX #DE941F Buttercup

📋 copy color: '#DE941F'

red 222 ◦ green 148 ◦ blue 31

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

Shades of Buttercup #DE941F

Tints of Buttercup #DE941F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

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

R = 55.36%
G = 36.91%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE941F (or 0xDE941F) is known color: Buttercup. HEX triplet: DE, 94 and 1F. RGB value is (222,148,31). Sum of RGB (Red+Green+Blue) = 222+148+31=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE941F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE941F is #216BE0. Grayscale: #9D9D9D. Windows color (decimal): -2190305 or 2069726. OLE color: 2069726.

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

Color convert

RGB 222 148 31 -
CMYK 0 0.33 0.86 0.13
HSL 36.75º 0.75% 0.5% -
HSV(B) 36.75º 0.86% 0.87% -
XYZ 40.96 36.81 6.24 -
YUV 156.79 57.02 174.51 -
System Red Green Blue C M Y K H S L
Decimal 222 148 31 0 0.33 0.86 0.13 36.75 0.75 0.5
Hex DE 94 1F 0 21 56 D 25 4B 32
Octal 336 224 37 0 41 126 15 45 113 62
Binary 11011110 10010100 11111 0 100001 1010110 1101 100101 1001011 110010

Color Harmonies of #DE941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE941F

Black with #DE941F

Text Example


Text Example

White with #DE941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE941F; }

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

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

background-color css

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

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

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

border-color css

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

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

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