Html Css Color HEX #DE8C2C Buttercup

📋 copy color: '#DE8C2C'

red 222 ◦ green 140 ◦ blue 44

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

Shades of Buttercup #DE8C2C

Tints of Buttercup #DE8C2C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.48%

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

R = 54.68%
G = 34.48%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE8C2C (or 0xDE8C2C) is known color: Buttercup. HEX triplet: DE, 8C and 2C. RGB value is (222,140,44). Sum of RGB (Red+Green+Blue) = 222+140+44=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8C2C is #2173D3. Grayscale: #9A9A9A. Windows color (decimal): -2192340 or 2919646. OLE color: 2919646.

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

Color convert

RGB 222 140 44 -
CMYK 0 0.37 0.80 0.13
HSL 32.36º 0.73% 0.52% -
HSV(B) 32.36º 0.8% 0.87% -
XYZ 39.96 34.47 6.93 -
YUV 153.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 222 140 44 0 0.37 0.80 0.13 32.36 0.73 0.52
Hex DE 8C 2C 0 25 50 D 20 49 34
Octal 336 214 54 0 45 120 15 40 111 64
Binary 11011110 10001100 101100 0 100101 1010000 1101 100000 1001001 110100

Color Harmonies of #DE8C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8C2C

Black with #DE8C2C

Text Example


Text Example

White with #DE8C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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