Html Css Color HEX #DE8324 Buttercup

📋 copy color: '#DE8324'

red 222 ◦ green 131 ◦ blue 36

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

Shades of Buttercup #DE8324

Tints of Buttercup #DE8324

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

 BLUE value IS 36 (14.45% from 255) = 9.25%

R = 57.07%
G = 33.68%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE8324 (or 0xDE8324) is known color: Buttercup. HEX triplet: DE, 83 and 24. RGB value is (222,131,36). Sum of RGB (Red+Green+Blue) = 222+131+36=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8324 is #217CDB. Grayscale: #939393. Windows color (decimal): -2194652 or 2393054. OLE color: 2393054.

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

Color convert

RGB 222 131 36 -
CMYK 0 0.41 0.84 0.13
HSL 30.65º 0.74% 0.51% -
HSV(B) 30.65º 0.84% 0.87% -
XYZ 38.56 31.89 5.79 -
YUV 147.38 65.15 181.22 -
System Red Green Blue C M Y K H S L
Decimal 222 131 36 0 0.41 0.84 0.13 30.65 0.74 0.51
Hex DE 83 24 0 29 54 D 1F 4A 33
Octal 336 203 44 0 51 124 15 37 112 63
Binary 11011110 10000011 100100 0 101001 1010100 1101 11111 1001010 110011

Color Harmonies of #DE8324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8324

Black with #DE8324

Text Example


Text Example

White with #DE8324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8324; }

 p { color: rgb(222,131,36); }

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

background-color css

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

 a { background-color: rgb(222,131,36); }

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

border-color css

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

 span { border-color: rgb(222,131,36); }

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