Html Css Color HEX #D89220 Buttercup

📋 copy color: '#D89220'

red 216 ◦ green 146 ◦ blue 32

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

Shades of Buttercup #D89220

Tints of Buttercup #D89220

RGB

 RED value IS 216 (84.77% from 255) = 54.82%

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

 BLUE value IS 32 (12.89% from 255) = 8.12%

R = 54.82%
G = 37.06%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D89220 (or 0xD89220) is known color: Buttercup. HEX triplet: D8, 92 and 20. RGB value is (216,146,32). Sum of RGB (Red+Green+Blue) = 216+146+32=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D89220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89220 is #276DDF. Grayscale: #9A9A9A. Windows color (decimal): -2584032 or 2134744. OLE color: 2134744.

HSL color Cylindrical-coordinate representation of color #D89220: hue angle of 37.17º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D89220 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 146 32 -
CMYK 0 0.32 0.85 0.15
HSL 37.17º 0.74% 0.49% -
HSV(B) 37.17º 0.85% 0.85% -
XYZ 38.86 35.26 6.12 -
YUV 153.93 59.19 172.27 -
System Red Green Blue C M Y K H S L
Decimal 216 146 32 0 0.32 0.85 0.15 37.17 0.74 0.49
Hex D8 92 20 0 20 55 F 25 4A 31
Octal 330 222 40 0 40 125 17 45 112 61
Binary 11011000 10010010 100000 0 100000 1010101 1111 100101 1001010 110001

Color Harmonies of #D89220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89220

Black with #D89220

Text Example


Text Example

White with #D89220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89220; }

 p { color: rgb(216,146,32); }

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

background-color css

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

 a { background-color: rgb(216,146,32); }

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

border-color css

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

 span { border-color: rgb(216,146,32); }

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