Html Css Color HEX #DE872A Buttercup

📋 copy color: '#DE872A'

red 222 ◦ green 135 ◦ blue 42

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

Shades of Buttercup #DE872A

Tints of Buttercup #DE872A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.83%

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

R = 55.64%
G = 33.83%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE872A (or 0xDE872A) is known color: Buttercup. HEX triplet: DE, 87 and 2A. RGB value is (222,135,42). Sum of RGB (Red+Green+Blue) = 222+135+42=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE872A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE872A is #2178D5. Grayscale: #969696. Windows color (decimal): -2193622 or 2787294. OLE color: 2787294.

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

Color convert

RGB 222 135 42 -
CMYK 0 0.39 0.81 0.13
HSL 31º 0.73% 0.52% -
HSV(B) 31º 0.81% 0.87% -
XYZ 39.21 33.02 6.5 -
YUV 150.41 66.82 179.06 -
System Red Green Blue C M Y K H S L
Decimal 222 135 42 0 0.39 0.81 0.13 31 0.73 0.52
Hex DE 87 2A 0 27 51 D 1F 49 34
Octal 336 207 52 0 47 121 15 37 111 64
Binary 11011110 10000111 101010 0 100111 1010001 1101 11111 1001001 110100

Color Harmonies of #DE872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE872A

Black with #DE872A

Text Example


Text Example

White with #DE872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE872A; }

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

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

background-color css

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

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

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

border-color css

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

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

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