Html Css Color HEX #DE8429 Buttercup

📋 copy color: '#DE8429'

red 222 ◦ green 132 ◦ blue 41

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

Shades of Buttercup #DE8429

Tints of Buttercup #DE8429

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

 BLUE value IS 41 (16.41% from 255) = 10.38%

R = 56.2%
G = 33.42%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE8429 (or 0xDE8429) is known color: Buttercup. HEX triplet: DE, 84 and 29. RGB value is (222,132,41). Sum of RGB (Red+Green+Blue) = 222+132+41=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8429 is #217BD6. Grayscale: #949494. Windows color (decimal): -2194391 or 2720990. OLE color: 2720990.

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

Color convert

RGB 222 132 41 -
CMYK 0 0.41 0.82 0.13
HSL 30.17º 0.73% 0.52% -
HSV(B) 30.17º 0.82% 0.87% -
XYZ 38.78 32.19 6.27 -
YUV 148.54 67.32 180.4 -
System Red Green Blue C M Y K H S L
Decimal 222 132 41 0 0.41 0.82 0.13 30.17 0.73 0.52
Hex DE 84 29 0 29 52 D 1E 49 34
Octal 336 204 51 0 51 122 15 36 111 64
Binary 11011110 10000100 101001 0 101001 1010010 1101 11110 1001001 110100

Color Harmonies of #DE8429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8429

Black with #DE8429

Text Example


Text Example

White with #DE8429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8429; }

 p { color: rgb(222,132,41); }

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

background-color css

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

 a { background-color: rgb(222,132,41); }

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

border-color css

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

 span { border-color: rgb(222,132,41); }

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