Html Css Color HEX #DE8A2B Buttercup

📋 copy color: '#DE8A2B'

red 222 ◦ green 138 ◦ blue 43

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

Shades of Buttercup #DE8A2B

Tints of Buttercup #DE8A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.67%

R = 55.09%
G = 34.24%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE8A2B (or 0xDE8A2B) is known color: Buttercup. HEX triplet: DE, 8A and 2B. RGB value is (222,138,43). Sum of RGB (Red+Green+Blue) = 222+138+43=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 43 (17.19% from 255 or 10.67% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8A2B is #2175D4. Grayscale: #989898. Windows color (decimal): -2192853 or 2853598. OLE color: 2853598.

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

Color convert

RGB 222 138 43 -
CMYK 0 0.38 0.81 0.13
HSL 31.84º 0.73% 0.52% -
HSV(B) 31.84º 0.81% 0.87% -
XYZ 39.65 33.88 6.74 -
YUV 152.29 66.33 177.72 -
System Red Green Blue C M Y K H S L
Decimal 222 138 43 0 0.38 0.81 0.13 31.84 0.73 0.52
Hex DE 8A 2B 0 26 51 D 20 49 34
Octal 336 212 53 0 46 121 15 40 111 64
Binary 11011110 10001010 101011 0 100110 1010001 1101 100000 1001001 110100

Color Harmonies of #DE8A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8A2B

Black with #DE8A2B

Text Example


Text Example

White with #DE8A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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