Html Css Color HEX #DD9730 Buttercup

📋 copy color: '#DD9730'

red 221 ◦ green 151 ◦ blue 48

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

Shades of Buttercup #DD9730

Tints of Buttercup #DD9730

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.95%

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

R = 52.62%
G = 35.95%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD9730 (or 0xDD9730) is known color: Buttercup. HEX triplet: DD, 97 and 30. RGB value is (221,151,48). Sum of RGB (Red+Green+Blue) = 221+151+48=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9730 is #2268CF. Grayscale: #A0A0A0. Windows color (decimal): -2255056 or 3184605. OLE color: 3184605.

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

Color convert

RGB 221 151 48 -
CMYK 0 0.32 0.78 0.13
HSL 35.72º 0.72% 0.53% -
HSV(B) 35.72º 0.78% 0.87% -
XYZ 41.42 37.72 7.89 -
YUV 160.19 64.69 171.38 -
System Red Green Blue C M Y K H S L
Decimal 221 151 48 0 0.32 0.78 0.13 35.72 0.72 0.53
Hex DD 97 30 0 20 4E D 24 48 35
Octal 335 227 60 0 40 116 15 44 110 65
Binary 11011101 10010111 110000 0 100000 1001110 1101 100100 1001000 110101

Color Harmonies of #DD9730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9730

Black with #DD9730

Text Example


Text Example

White with #DD9730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9730; }

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

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

background-color css

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

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

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

border-color css

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

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

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