Html Css Color HEX #DE8522 Buttercup

📋 copy color: '#DE8522'

red 222 ◦ green 133 ◦ blue 34

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

Shades of Buttercup #DE8522

Tints of Buttercup #DE8522

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

 BLUE value IS 34 (13.67% from 255) = 8.74%

R = 57.07%
G = 34.19%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE8522 (or 0xDE8522) is known color: Buttercup. HEX triplet: DE, 85 and 22. RGB value is (222,133,34). Sum of RGB (Red+Green+Blue) = 222+133+34=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8522 is #217ADD. Grayscale: #949494. Windows color (decimal): -2194142 or 2262494. OLE color: 2262494.

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

Color convert

RGB 222 133 34 -
CMYK 0 0.40 0.85 0.13
HSL 31.6º 0.74% 0.5% -
HSV(B) 31.6º 0.85% 0.87% -
XYZ 38.8 32.42 5.73 -
YUV 148.33 63.49 180.55 -
System Red Green Blue C M Y K H S L
Decimal 222 133 34 0 0.40 0.85 0.13 31.6 0.74 0.5
Hex DE 85 22 0 28 55 D 20 4A 32
Octal 336 205 42 0 50 125 15 40 112 62
Binary 11011110 10000101 100010 0 101000 1010101 1101 100000 1001010 110010

Color Harmonies of #DE8522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8522

Black with #DE8522

Text Example


Text Example

White with #DE8522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8522; }

 p { color: rgb(222,133,34); }

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

background-color css

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

 a { background-color: rgb(222,133,34); }

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

border-color css

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

 span { border-color: rgb(222,133,34); }

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