Html Css Color HEX #DE8D27 Buttercup

📋 copy color: '#DE8D27'

red 222 ◦ green 141 ◦ blue 39

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

Shades of Buttercup #DE8D27

Tints of Buttercup #DE8D27

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.07%

 BLUE value IS 39 (15.63% from 255) = 9.7%

R = 55.22%
G = 35.07%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE8D27 (or 0xDE8D27) is known color: Buttercup. HEX triplet: DE, 8D and 27. RGB value is (222,141,39). Sum of RGB (Red+Green+Blue) = 222+141+39=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 39 (15.62% from 255 or 9.70% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8D27 is #2172D8. Grayscale: #9A9A9A. Windows color (decimal): -2192089 or 2592222. OLE color: 2592222.

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

Color convert

RGB 222 141 39 -
CMYK 0 0.36 0.82 0.13
HSL 33.44º 0.73% 0.51% -
HSV(B) 33.44º 0.82% 0.87% -
XYZ 40.02 34.73 6.51 -
YUV 153.59 63.34 176.79 -
System Red Green Blue C M Y K H S L
Decimal 222 141 39 0 0.36 0.82 0.13 33.44 0.73 0.51
Hex DE 8D 27 0 24 52 D 21 49 33
Octal 336 215 47 0 44 122 15 41 111 63
Binary 11011110 10001101 100111 0 100100 1010010 1101 100001 1001001 110011

Color Harmonies of #DE8D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8D27

Black with #DE8D27

Text Example


Text Example

White with #DE8D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8D27; }

 p { color: rgb(222,141,39); }

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

background-color css

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

 a { background-color: rgb(222,141,39); }

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

border-color css

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

 span { border-color: rgb(222,141,39); }

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