Html Css Color HEX #DE8F2C Buttercup

📋 copy color: '#DE8F2C'

red 222 ◦ green 143 ◦ blue 44

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

Shades of Buttercup #DE8F2C

Tints of Buttercup #DE8F2C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.96%

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

R = 54.28%
G = 34.96%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE8F2C (or 0xDE8F2C) is known color: Buttercup. HEX triplet: DE, 8F and 2C. RGB value is (222,143,44). Sum of RGB (Red+Green+Blue) = 222+143+44=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8F2C is #2170D3. Grayscale: #9B9B9B. Windows color (decimal): -2191572 or 2920414. OLE color: 2920414.

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

Color convert

RGB 222 143 44 -
CMYK 0 0.36 0.80 0.13
HSL 33.37º 0.73% 0.52% -
HSV(B) 33.37º 0.8% 0.87% -
XYZ 40.4 35.36 7.08 -
YUV 155.34 65.17 175.55 -
System Red Green Blue C M Y K H S L
Decimal 222 143 44 0 0.36 0.80 0.13 33.37 0.73 0.52
Hex DE 8F 2C 0 24 50 D 21 49 34
Octal 336 217 54 0 44 120 15 41 111 64
Binary 11011110 10001111 101100 0 100100 1010000 1101 100001 1001001 110100

Color Harmonies of #DE8F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F2C

Black with #DE8F2C

Text Example


Text Example

White with #DE8F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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