Html Css Color HEX #DE991E Buttercup

📋 copy color: '#DE991E'

red 222 ◦ green 153 ◦ blue 30

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

Shades of Buttercup #DE991E

Tints of Buttercup #DE991E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

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

R = 54.81%
G = 37.78%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE991E (or 0xDE991E) is known color: Buttercup. HEX triplet: DE, 99 and 1E. RGB value is (222,153,30). Sum of RGB (Red+Green+Blue) = 222+153+30=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE991E is #2166E1. Grayscale: #A0A0A0. Windows color (decimal): -2189026 or 2005470. OLE color: 2005470.

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

Color convert

RGB 222 153 30 -
CMYK 0 0.31 0.86 0.13
HSL 38.44º 0.76% 0.49% -
HSV(B) 38.44º 0.86% 0.87% -
XYZ 41.75 38.41 6.44 -
YUV 159.61 54.86 172.5 -
System Red Green Blue C M Y K H S L
Decimal 222 153 30 0 0.31 0.86 0.13 38.44 0.76 0.49
Hex DE 99 1E 0 1F 56 D 26 4C 31
Octal 336 231 36 0 37 126 15 46 114 61
Binary 11011110 10011001 11110 0 11111 1010110 1101 100110 1001100 110001

Color Harmonies of #DE991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE991E

Black with #DE991E

Text Example


Text Example

White with #DE991E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE991E; }

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

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

background-color css

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

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

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

border-color css

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

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

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