Html Css Color HEX #DE8D2D Buttercup

📋 copy color: '#DE8D2D'

red 222 ◦ green 141 ◦ blue 45

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

Shades of Buttercup #DE8D2D

Tints of Buttercup #DE8D2D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.56%

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

R = 54.41%
G = 34.56%
B = 11.03%

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

#DE8D2D (or 0xDE8D2D) is known color: Buttercup. HEX triplet: DE, 8D and 2D. RGB value is (222,141,45). Sum of RGB (Red+Green+Blue) = 222+141+45=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8D2D is #2172D2. Grayscale: #9A9A9A. Windows color (decimal): -2192083 or 2985438. OLE color: 2985438.

HSL color Cylindrical-coordinate representation of color #DE8D2D: hue angle of 32.54º 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 #DE8D2D is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 141 45 -
CMYK 0 0.36 0.80 0.13
HSL 32.54º 0.73% 0.52% -
HSV(B) 32.54º 0.8% 0.87% -
XYZ 40.12 34.77 7.08 -
YUV 154.28 66.34 176.31 -
System Red Green Blue C M Y K H S L
Decimal 222 141 45 0 0.36 0.80 0.13 32.54 0.73 0.52
Hex DE 8D 2D 0 24 50 D 21 49 34
Octal 336 215 55 0 44 120 15 41 111 64
Binary 11011110 10001101 101101 0 100100 1010000 1101 100001 1001001 110100

Color Harmonies of #DE8D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8D2D

Black with #DE8D2D

Text Example


Text Example

White with #DE8D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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