Html Css Color HEX #DE921E Buttercup

📋 copy color: '#DE921E'

red 222 ◦ green 146 ◦ blue 30

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

Shades of Buttercup #DE921E

Tints of Buttercup #DE921E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.68%

 BLUE value IS 30 (12.11% from 255) = 7.54%

R = 55.78%
G = 36.68%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE921E (or 0xDE921E) is known color: Buttercup. HEX triplet: DE, 92 and 1E. RGB value is (222,146,30). Sum of RGB (Red+Green+Blue) = 222+146+30=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE921E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE921E is #216DE1. Grayscale: #9C9C9C. Windows color (decimal): -2190818 or 2003678. OLE color: 2003678.

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

Color convert

RGB 222 146 30 -
CMYK 0 0.34 0.86 0.13
HSL 36.25º 0.76% 0.49% -
HSV(B) 36.25º 0.86% 0.87% -
XYZ 40.64 36.18 6.07 -
YUV 155.5 57.18 175.43 -
System Red Green Blue C M Y K H S L
Decimal 222 146 30 0 0.34 0.86 0.13 36.25 0.76 0.49
Hex DE 92 1E 0 22 56 D 24 4C 31
Octal 336 222 36 0 42 126 15 44 114 61
Binary 11011110 10010010 11110 0 100010 1010110 1101 100100 1001100 110001

Color Harmonies of #DE921E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE921E

Black with #DE921E

Text Example


Text Example

White with #DE921E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE921E; }

 p { color: rgb(222,146,30); }

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

background-color css

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

 a { background-color: rgb(222,146,30); }

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

border-color css

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

 span { border-color: rgb(222,146,30); }

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