Html Css Color HEX #DE8F1F Buttercup

📋 copy color: '#DE8F1F'

red 222 ◦ green 143 ◦ blue 31

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

Shades of Buttercup #DE8F1F

Tints of Buttercup #DE8F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.83%

R = 56.06%
G = 36.11%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE8F1F (or 0xDE8F1F) is known color: Buttercup. HEX triplet: DE, 8F and 1F. RGB value is (222,143,31). Sum of RGB (Red+Green+Blue) = 222+143+31=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8F1F is #2170E0. Grayscale: #9A9A9A. Windows color (decimal): -2191585 or 2068446. OLE color: 2068446.

HSL color Cylindrical-coordinate representation of color #DE8F1F: hue angle of 35.18º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE8F1F is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 143 31 -
CMYK 0 0.36 0.86 0.13
HSL 35.18º 0.75% 0.5% -
HSV(B) 35.18º 0.86% 0.87% -
XYZ 40.19 35.27 5.99 -
YUV 153.85 58.67 176.61 -
System Red Green Blue C M Y K H S L
Decimal 222 143 31 0 0.36 0.86 0.13 35.18 0.75 0.5
Hex DE 8F 1F 0 24 56 D 23 4B 32
Octal 336 217 37 0 44 126 15 43 113 62
Binary 11011110 10001111 11111 0 100100 1010110 1101 100011 1001011 110010

Color Harmonies of #DE8F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F1F

Black with #DE8F1F

Text Example


Text Example

White with #DE8F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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