Html Css Color HEX #DE9631 Buttercup

📋 copy color: '#DE9631'

red 222 ◦ green 150 ◦ blue 49

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

Shades of Buttercup #DE9631

Tints of Buttercup #DE9631

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.63%

 BLUE value IS 49 (19.53% from 255) = 11.64%

R = 52.73%
G = 35.63%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE9631 (or 0xDE9631) is known color: Buttercup. HEX triplet: DE, 96 and 31. RGB value is (222,150,49). Sum of RGB (Red+Green+Blue) = 222+150+49=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9631 is #2169CE. Grayscale: #A0A0A0. Windows color (decimal): -2189775 or 3249886. OLE color: 3249886.

HSL color Cylindrical-coordinate representation of color #DE9631: hue angle of 35.03º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE9631 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 150 49 -
CMYK 0 0.32 0.78 0.13
HSL 35.03º 0.72% 0.53% -
HSV(B) 35.03º 0.78% 0.87% -
XYZ 41.58 37.56 7.96 -
YUV 160.01 65.35 172.21 -
System Red Green Blue C M Y K H S L
Decimal 222 150 49 0 0.32 0.78 0.13 35.03 0.72 0.53
Hex DE 96 31 0 20 4E D 23 48 35
Octal 336 226 61 0 40 116 15 43 110 65
Binary 11011110 10010110 110001 0 100000 1001110 1101 100011 1001000 110101

Color Harmonies of #DE9631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9631

Black with #DE9631

Text Example


Text Example

White with #DE9631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9631; }

 p { color: rgb(222,150,49); }

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

background-color css

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

 a { background-color: rgb(222,150,49); }

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

border-color css

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

 span { border-color: rgb(222,150,49); }

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