Html Css Color HEX #DE9534 Buttercup

📋 copy color: '#DE9534'

red 222 ◦ green 149 ◦ blue 52

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

Shades of Buttercup #DE9534

Tints of Buttercup #DE9534

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

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

R = 52.48%
G = 35.22%
B = 12.29%

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

#DE9534 (or 0xDE9534) is known color: Buttercup. HEX triplet: DE, 95 and 34. RGB value is (222,149,52). Sum of RGB (Red+Green+Blue) = 222+149+52=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9534 is #216ACB. Grayscale: #A0A0A0. Windows color (decimal): -2190028 or 3446238. OLE color: 3446238.

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

Color convert

RGB 222 149 52 -
CMYK 0 0.33 0.77 0.13
HSL 34.24º 0.72% 0.54% -
HSV(B) 34.24º 0.77% 0.87% -
XYZ 41.49 37.27 8.26 -
YUV 159.77 67.18 172.39 -
System Red Green Blue C M Y K H S L
Decimal 222 149 52 0 0.33 0.77 0.13 34.24 0.72 0.54
Hex DE 95 34 0 21 4D D 22 48 36
Octal 336 225 64 0 41 115 15 42 110 66
Binary 11011110 10010101 110100 0 100001 1001101 1101 100010 1001000 110110

Color Harmonies of #DE9534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9534

Black with #DE9534

Text Example


Text Example

White with #DE9534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9534; }

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

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

background-color css

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

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

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

border-color css

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

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

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