Html Css Color HEX #DD9430 Buttercup

📋 copy color: '#DD9430'

red 221 ◦ green 148 ◦ blue 48

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

Shades of Buttercup #DD9430

Tints of Buttercup #DD9430

RGB

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

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

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

R = 53%
G = 35.49%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD9430 (or 0xDD9430) is known color: Buttercup. HEX triplet: DD, 94 and 30. RGB value is (221,148,48). Sum of RGB (Red+Green+Blue) = 221+148+48=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9430 is #226BCF. Grayscale: #9E9E9E. Windows color (decimal): -2255824 or 3183837. OLE color: 3183837.

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

Color convert

RGB 221 148 48 -
CMYK 0 0.33 0.78 0.13
HSL 34.68º 0.72% 0.53% -
HSV(B) 34.68º 0.78% 0.87% -
XYZ 40.94 36.77 7.73 -
YUV 158.43 65.68 172.63 -
System Red Green Blue C M Y K H S L
Decimal 221 148 48 0 0.33 0.78 0.13 34.68 0.72 0.53
Hex DD 94 30 0 21 4E D 23 48 35
Octal 335 224 60 0 41 116 15 43 110 65
Binary 11011101 10010100 110000 0 100001 1001110 1101 100011 1001000 110101

Color Harmonies of #DD9430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9430

Black with #DD9430

Text Example


Text Example

White with #DD9430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9430; }

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

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

background-color css

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

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

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

border-color css

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

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

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