Html Css Color HEX #DE8A2D Buttercup

📋 copy color: '#DE8A2D'

red 222 ◦ green 138 ◦ blue 45

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

Shades of Buttercup #DE8A2D

Tints of Buttercup #DE8A2D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

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

R = 54.81%
G = 34.07%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE8A2D (or 0xDE8A2D) is known color: Buttercup. HEX triplet: DE, 8A and 2D. RGB value is (222,138,45). Sum of RGB (Red+Green+Blue) = 222+138+45=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8A2D is #2175D2. Grayscale: #989898. Windows color (decimal): -2192851 or 2984670. OLE color: 2984670.

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

Color convert

RGB 222 138 45 -
CMYK 0 0.38 0.80 0.13
HSL 31.53º 0.73% 0.52% -
HSV(B) 31.53º 0.8% 0.87% -
XYZ 39.69 33.9 6.93 -
YUV 152.51 67.33 177.56 -
System Red Green Blue C M Y K H S L
Decimal 222 138 45 0 0.38 0.80 0.13 31.53 0.73 0.52
Hex DE 8A 2D 0 26 50 D 20 49 34
Octal 336 212 55 0 46 120 15 40 111 64
Binary 11011110 10001010 101101 0 100110 1010000 1101 100000 1001001 110100

Color Harmonies of #DE8A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8A2D

Black with #DE8A2D

Text Example


Text Example

White with #DE8A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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