Html Css Color HEX #DE901C Buttercup

📋 copy color: '#DE901C'

red 222 ◦ green 144 ◦ blue 28

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

Shades of Buttercup #DE901C

Tints of Buttercup #DE901C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.55%

 BLUE value IS 28 (11.33% from 255) = 7.11%

R = 56.35%
G = 36.55%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE901C (or 0xDE901C) is known color: Buttercup. HEX triplet: DE, 90 and 1C. RGB value is (222,144,28). Sum of RGB (Red+Green+Blue) = 222+144+28=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE901C is #216FE3. Grayscale: #9A9A9A. Windows color (decimal): -2191332 or 1872094. OLE color: 1872094.

HSL color Cylindrical-coordinate representation of color #DE901C: hue angle of 35.88º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE901C is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 144 28 -
CMYK 0 0.35 0.87 0.13
HSL 35.88º 0.78% 0.49% -
HSV(B) 35.88º 0.87% 0.87% -
XYZ 40.31 35.56 5.84 -
YUV 154.1 56.84 176.43 -
System Red Green Blue C M Y K H S L
Decimal 222 144 28 0 0.35 0.87 0.13 35.88 0.78 0.49
Hex DE 90 1C 0 23 57 D 24 4E 31
Octal 336 220 34 0 43 127 15 44 116 61
Binary 11011110 10010000 11100 0 100011 1010111 1101 100100 1001110 110001

Color Harmonies of #DE901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE901C

Black with #DE901C

Text Example


Text Example

White with #DE901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE901C; }

 p { color: rgb(222,144,28); }

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

background-color css

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

 a { background-color: rgb(222,144,28); }

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

border-color css

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

 span { border-color: rgb(222,144,28); }

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