Html Css Color HEX #DE921D Buttercup

📋 copy color: '#DE921D'

red 222 ◦ green 146 ◦ blue 29

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

Shades of Buttercup #DE921D

Tints of Buttercup #DE921D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.3%

R = 55.92%
G = 36.78%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE921D (or 0xDE921D) is known color: Buttercup. HEX triplet: DE, 92 and 1D. RGB value is (222,146,29). Sum of RGB (Red+Green+Blue) = 222+146+29=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE921D is #216DE2. Grayscale: #9B9B9B. Windows color (decimal): -2190819 or 1938142. OLE color: 1938142.

HSL color Cylindrical-coordinate representation of color #DE921D: hue angle of 36.37º degrees, saturation: 0.77, 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 #DE921D is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 146 29 -
CMYK 0 0.34 0.87 0.13
HSL 36.37º 0.77% 0.49% -
HSV(B) 36.37º 0.87% 0.87% -
XYZ 40.62 36.18 6 -
YUV 155.39 56.68 175.51 -
System Red Green Blue C M Y K H S L
Decimal 222 146 29 0 0.34 0.87 0.13 36.37 0.77 0.49
Hex DE 92 1D 0 22 57 D 24 4D 31
Octal 336 222 35 0 42 127 15 44 115 61
Binary 11011110 10010010 11101 0 100010 1010111 1101 100100 1001101 110001

Color Harmonies of #DE921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE921D

Black with #DE921D

Text Example


Text Example

White with #DE921D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE921D; }

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

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

background-color css

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

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

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

border-color css

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

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

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