Html Css Color HEX #DE8C26 Buttercup

📋 copy color: '#DE8C26'

red 222 ◦ green 140 ◦ blue 38

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

Shades of Buttercup #DE8C26

Tints of Buttercup #DE8C26

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

 BLUE value IS 38 (15.23% from 255) = 9.5%

R = 55.5%
G = 35%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DE8C26 (or 0xDE8C26) is known color: Buttercup. HEX triplet: DE, 8C and 26. RGB value is (222,140,38). Sum of RGB (Red+Green+Blue) = 222+140+38=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8C26 is #2173D9. Grayscale: #999999. Windows color (decimal): -2192346 or 2526430. OLE color: 2526430.

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

Color convert

RGB 222 140 38 -
CMYK 0 0.37 0.83 0.13
HSL 33.26º 0.74% 0.51% -
HSV(B) 33.26º 0.83% 0.87% -
XYZ 39.85 34.43 6.38 -
YUV 152.89 63.17 177.29 -
System Red Green Blue C M Y K H S L
Decimal 222 140 38 0 0.37 0.83 0.13 33.26 0.74 0.51
Hex DE 8C 26 0 25 53 D 21 4A 33
Octal 336 214 46 0 45 123 15 41 112 63
Binary 11011110 10001100 100110 0 100101 1010011 1101 100001 1001010 110011

Color Harmonies of #DE8C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8C26

Black with #DE8C26

Text Example


Text Example

White with #DE8C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8C26; }

 p { color: rgb(222,140,38); }

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

background-color css

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

 a { background-color: rgb(222,140,38); }

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

border-color css

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

 span { border-color: rgb(222,140,38); }

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