Html Css Color HEX #DE8B2C Buttercup

📋 copy color: '#DE8B2C'

red 222 ◦ green 139 ◦ blue 44

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

Shades of Buttercup #DE8B2C

Tints of Buttercup #DE8B2C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.32%

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

R = 54.81%
G = 34.32%
B = 10.86%

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

#DE8B2C (or 0xDE8B2C) is known color: Buttercup. HEX triplet: DE, 8B and 2C. RGB value is (222,139,44). Sum of RGB (Red+Green+Blue) = 222+139+44=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8B2C is #2174D3. Grayscale: #999999. Windows color (decimal): -2192596 or 2919390. OLE color: 2919390.

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

Color convert

RGB 222 139 44 -
CMYK 0 0.37 0.80 0.13
HSL 32.02º 0.73% 0.52% -
HSV(B) 32.02º 0.8% 0.87% -
XYZ 39.81 34.18 6.88 -
YUV 152.99 66.5 177.22 -
System Red Green Blue C M Y K H S L
Decimal 222 139 44 0 0.37 0.80 0.13 32.02 0.73 0.52
Hex DE 8B 2C 0 25 50 D 20 49 34
Octal 336 213 54 0 45 120 15 40 111 64
Binary 11011110 10001011 101100 0 100101 1010000 1101 100000 1001001 110100

Color Harmonies of #DE8B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8B2C

Black with #DE8B2C

Text Example


Text Example

White with #DE8B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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