Html Css Color HEX #DE9434 Buttercup

📋 copy color: '#DE9434'

red 222 ◦ green 148 ◦ blue 52

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

Shades of Buttercup #DE9434

Tints of Buttercup #DE9434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.32%

R = 52.61%
G = 35.07%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE9434 (or 0xDE9434) is known color: Buttercup. HEX triplet: DE, 94 and 34. RGB value is (222,148,52). Sum of RGB (Red+Green+Blue) = 222+148+52=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9434 is #216BCB. Grayscale: #9F9F9F. Windows color (decimal): -2190284 or 3445982. OLE color: 3445982.

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

Color convert

RGB 222 148 52 -
CMYK 0 0.33 0.77 0.13
HSL 33.88º 0.72% 0.54% -
HSV(B) 33.88º 0.77% 0.87% -
XYZ 41.33 36.96 8.2 -
YUV 159.18 67.52 172.81 -
System Red Green Blue C M Y K H S L
Decimal 222 148 52 0 0.33 0.77 0.13 33.88 0.72 0.54
Hex DE 94 34 0 21 4D D 22 48 36
Octal 336 224 64 0 41 115 15 42 110 66
Binary 11011110 10010100 110100 0 100001 1001101 1101 100010 1001000 110110

Color Harmonies of #DE9434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9434

Black with #DE9434

Text Example


Text Example

White with #DE9434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9434; }

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

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

background-color css

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

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

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

border-color css

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

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

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