Html Css Color HEX #DE8B2A Buttercup

📋 copy color: '#DE8B2A'

red 222 ◦ green 139 ◦ blue 42

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

Shades of Buttercup #DE8B2A

Tints of Buttercup #DE8B2A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.49%

 BLUE value IS 42 (16.8% from 255) = 10.42%

R = 55.09%
G = 34.49%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE8B2A (or 0xDE8B2A) is known color: Buttercup. HEX triplet: DE, 8B and 2A. RGB value is (222,139,42). Sum of RGB (Red+Green+Blue) = 222+139+42=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8B2A is #2174D5. Grayscale: #999999. Windows color (decimal): -2192598 or 2788318. OLE color: 2788318.

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

Color convert

RGB 222 139 42 -
CMYK 0 0.37 0.81 0.13
HSL 32.33º 0.73% 0.52% -
HSV(B) 32.33º 0.81% 0.87% -
XYZ 39.77 34.16 6.69 -
YUV 152.76 65.5 177.39 -
System Red Green Blue C M Y K H S L
Decimal 222 139 42 0 0.37 0.81 0.13 32.33 0.73 0.52
Hex DE 8B 2A 0 25 51 D 20 49 34
Octal 336 213 52 0 45 121 15 40 111 64
Binary 11011110 10001011 101010 0 100101 1010001 1101 100000 1001001 110100

Color Harmonies of #DE8B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8B2A

Black with #DE8B2A

Text Example


Text Example

White with #DE8B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8B2A; }

 p { color: rgb(222,139,42); }

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

background-color css

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

 a { background-color: rgb(222,139,42); }

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

border-color css

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

 span { border-color: rgb(222,139,42); }

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