Html Css Color HEX #DE8C2D Buttercup

📋 copy color: '#DE8C2D'

red 222 ◦ green 140 ◦ blue 45

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

Shades of Buttercup #DE8C2D

Tints of Buttercup #DE8C2D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

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

R = 54.55%
G = 34.4%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE8C2D (or 0xDE8C2D) is known color: Buttercup. HEX triplet: DE, 8C and 2D. RGB value is (222,140,45). Sum of RGB (Red+Green+Blue) = 222+140+45=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8C2D is #2173D2. Grayscale: #9A9A9A. Windows color (decimal): -2192339 or 2985182. OLE color: 2985182.

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

Color convert

RGB 222 140 45 -
CMYK 0 0.37 0.80 0.13
HSL 32.2º 0.73% 0.52% -
HSV(B) 32.2º 0.8% 0.87% -
XYZ 39.98 34.48 7.03 -
YUV 153.69 66.67 176.72 -
System Red Green Blue C M Y K H S L
Decimal 222 140 45 0 0.37 0.80 0.13 32.2 0.73 0.52
Hex DE 8C 2D 0 25 50 D 20 49 34
Octal 336 214 55 0 45 120 15 40 111 64
Binary 11011110 10001100 101101 0 100101 1010000 1101 100000 1001001 110100

Color Harmonies of #DE8C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8C2D

Black with #DE8C2D

Text Example


Text Example

White with #DE8C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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