Html Css Color HEX #DE982C Buttercup

📋 copy color: '#DE982C'

red 222 ◦ green 152 ◦ blue 44

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

Shades of Buttercup #DE982C

Tints of Buttercup #DE982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

 BLUE value IS 44 (17.58% from 255) = 10.53%

R = 53.11%
G = 36.36%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE982C (or 0xDE982C) is known color: Buttercup. HEX triplet: DE, 98 and 2C. RGB value is (222,152,44). Sum of RGB (Red+Green+Blue) = 222+152+44=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE982C is #2167D3. Grayscale: #A1A1A1. Windows color (decimal): -2189268 or 2922718. OLE color: 2922718.

HSL color Cylindrical-coordinate representation of color #DE982C: hue angle of 36.4º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE982C is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 152 44 -
CMYK 0 0.32 0.80 0.13
HSL 36.4º 0.73% 0.52% -
HSV(B) 36.4º 0.8% 0.87% -
XYZ 41.81 38.17 7.55 -
YUV 160.62 62.19 171.78 -
System Red Green Blue C M Y K H S L
Decimal 222 152 44 0 0.32 0.80 0.13 36.4 0.73 0.52
Hex DE 98 2C 0 20 50 D 24 49 34
Octal 336 230 54 0 40 120 15 44 111 64
Binary 11011110 10011000 101100 0 100000 1010000 1101 100100 1001001 110100

Color Harmonies of #DE982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE982C

Black with #DE982C

Text Example


Text Example

White with #DE982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE982C; }

 p { color: rgb(222,152,44); }

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

background-color css

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

 a { background-color: rgb(222,152,44); }

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

border-color css

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

 span { border-color: rgb(222,152,44); }

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