Html Css Color HEX #DE8E2D Buttercup

📋 copy color: '#DE8E2D'

red 222 ◦ green 142 ◦ blue 45

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

Shades of Buttercup #DE8E2D

Tints of Buttercup #DE8E2D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.72%

 BLUE value IS 45 (17.97% from 255) = 11%

R = 54.28%
G = 34.72%
B = 11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE8E2D (or 0xDE8E2D) is known color: Buttercup. HEX triplet: DE, 8E and 2D. RGB value is (222,142,45). Sum of RGB (Red+Green+Blue) = 222+142+45=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8E2D is #2171D2. Grayscale: #9B9B9B. Windows color (decimal): -2191827 or 2985694. OLE color: 2985694.

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

Color convert

RGB 222 142 45 -
CMYK 0 0.36 0.80 0.13
HSL 32.88º 0.73% 0.52% -
HSV(B) 32.88º 0.8% 0.87% -
XYZ 40.27 35.07 7.13 -
YUV 154.86 66 175.89 -
System Red Green Blue C M Y K H S L
Decimal 222 142 45 0 0.36 0.80 0.13 32.88 0.73 0.52
Hex DE 8E 2D 0 24 50 D 21 49 34
Octal 336 216 55 0 44 120 15 41 111 64
Binary 11011110 10001110 101101 0 100100 1010000 1101 100001 1001001 110100

Color Harmonies of #DE8E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8E2D

Black with #DE8E2D

Text Example


Text Example

White with #DE8E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8E2D; }

 p { color: rgb(222,142,45); }

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

background-color css

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

 a { background-color: rgb(222,142,45); }

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

border-color css

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

 span { border-color: rgb(222,142,45); }

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