Html Css Color HEX #DE862C Buttercup

📋 copy color: '#DE862C'

red 222 ◦ green 134 ◦ blue 44

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

Shades of Buttercup #DE862C

Tints of Buttercup #DE862C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.5%

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

R = 55.5%
G = 33.5%
B = 11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE862C (or 0xDE862C) is known color: Buttercup. HEX triplet: DE, 86 and 2C. RGB value is (222,134,44). Sum of RGB (Red+Green+Blue) = 222+134+44=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE862C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE862C is #2179D3. Grayscale: #969696. Windows color (decimal): -2193876 or 2918110. OLE color: 2918110.

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

Color convert

RGB 222 134 44 -
CMYK 0 0.40 0.80 0.13
HSL 30.34º 0.73% 0.52% -
HSV(B) 30.34º 0.8% 0.87% -
XYZ 39.1 32.76 6.65 -
YUV 150.05 68.15 179.32 -
System Red Green Blue C M Y K H S L
Decimal 222 134 44 0 0.40 0.80 0.13 30.34 0.73 0.52
Hex DE 86 2C 0 28 50 D 1E 49 34
Octal 336 206 54 0 50 120 15 36 111 64
Binary 11011110 10000110 101100 0 101000 1010000 1101 11110 1001001 110100

Color Harmonies of #DE862C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE862C

Black with #DE862C

Text Example


Text Example

White with #DE862C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE862C; }

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

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

background-color css

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

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

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

border-color css

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

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

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