Html Css Color HEX #DE9422 Buttercup

📋 copy color: '#DE9422'

red 222 ◦ green 148 ◦ blue 34

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

Shades of Buttercup #DE9422

Tints of Buttercup #DE9422

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

 BLUE value IS 34 (13.67% from 255) = 8.42%

R = 54.95%
G = 36.63%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE9422 (or 0xDE9422) is known color: Buttercup. HEX triplet: DE, 94 and 22. RGB value is (222,148,34). Sum of RGB (Red+Green+Blue) = 222+148+34=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9422 is #216BDD. Grayscale: #9D9D9D. Windows color (decimal): -2190302 or 2266334. OLE color: 2266334.

HSL color Cylindrical-coordinate representation of color #DE9422: hue angle of 36.38º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE9422 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 148 34 -
CMYK 0 0.33 0.85 0.13
HSL 36.38º 0.74% 0.5% -
HSV(B) 36.38º 0.85% 0.87% -
XYZ 41 36.82 6.46 -
YUV 157.13 58.52 174.27 -
System Red Green Blue C M Y K H S L
Decimal 222 148 34 0 0.33 0.85 0.13 36.38 0.74 0.5
Hex DE 94 22 0 21 55 D 24 4A 32
Octal 336 224 42 0 41 125 15 44 112 62
Binary 11011110 10010100 100010 0 100001 1010101 1101 100100 1001010 110010

Color Harmonies of #DE9422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9422

Black with #DE9422

Text Example


Text Example

White with #DE9422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9422; }

 p { color: rgb(222,148,34); }

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

background-color css

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

 a { background-color: rgb(222,148,34); }

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

border-color css

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

 span { border-color: rgb(222,148,34); }

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