Html Css Color HEX #DD9230 Buttercup

📋 copy color: '#DD9230'

red 221 ◦ green 146 ◦ blue 48

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

Shades of Buttercup #DD9230

Tints of Buttercup #DD9230

RGB

 RED value IS 221 (86.72% from 255) = 53.25%

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

 BLUE value IS 48 (19.14% from 255) = 11.57%

R = 53.25%
G = 35.18%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD9230 (or 0xDD9230) is known color: Buttercup. HEX triplet: DD, 92 and 30. RGB value is (221,146,48). Sum of RGB (Red+Green+Blue) = 221+146+48=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9230 is #226DCF. Grayscale: #9D9D9D. Windows color (decimal): -2256336 or 3183325. OLE color: 3183325.

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

Color convert

RGB 221 146 48 -
CMYK 0 0.34 0.78 0.13
HSL 33.99º 0.72% 0.53% -
HSV(B) 33.99º 0.78% 0.87% -
XYZ 40.63 36.14 7.63 -
YUV 157.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 221 146 48 0 0.34 0.78 0.13 33.99 0.72 0.53
Hex DD 92 30 0 22 4E D 22 48 35
Octal 335 222 60 0 42 116 15 42 110 65
Binary 11011101 10010010 110000 0 100010 1001110 1101 100010 1001000 110101

Color Harmonies of #DD9230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9230

Black with #DD9230

Text Example


Text Example

White with #DD9230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9230; }

 p { color: rgb(221,146,48); }

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

background-color css

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

 a { background-color: rgb(221,146,48); }

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

border-color css

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

 span { border-color: rgb(221,146,48); }

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