Html Css Color HEX #DE941E Buttercup

📋 copy color: '#DE941E'

red 222 ◦ green 148 ◦ blue 30

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

Shades of Buttercup #DE941E

Tints of Buttercup #DE941E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.5%

R = 55.5%
G = 37%
B = 7.5%

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

#DE941E (or 0xDE941E) is known color: Buttercup. HEX triplet: DE, 94 and 1E. RGB value is (222,148,30). Sum of RGB (Red+Green+Blue) = 222+148+30=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE941E is #216BE1. Grayscale: #9D9D9D. Windows color (decimal): -2190306 or 2004190. OLE color: 2004190.

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

Color convert

RGB 222 148 30 -
CMYK 0 0.33 0.86 0.13
HSL 36.88º 0.76% 0.49% -
HSV(B) 36.88º 0.86% 0.87% -
XYZ 40.95 36.8 6.17 -
YUV 156.67 56.52 174.59 -
System Red Green Blue C M Y K H S L
Decimal 222 148 30 0 0.33 0.86 0.13 36.88 0.76 0.49
Hex DE 94 1E 0 21 56 D 25 4C 31
Octal 336 224 36 0 41 126 15 45 114 61
Binary 11011110 10010100 11110 0 100001 1010110 1101 100101 1001100 110001

Color Harmonies of #DE941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE941E

Black with #DE941E

Text Example


Text Example

White with #DE941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE941E; }

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

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

background-color css

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

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

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

border-color css

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

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

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