Html Css Color HEX #DD9425 Buttercup

📋 copy color: '#DD9425'

red 221 ◦ green 148 ◦ blue 37

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

Shades of Buttercup #DD9425

Tints of Buttercup #DD9425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.11%

R = 54.43%
G = 36.45%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD9425 (or 0xDD9425) is known color: Buttercup. HEX triplet: DD, 94 and 25. RGB value is (221,148,37). Sum of RGB (Red+Green+Blue) = 221+148+37=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9425 is #226BDA. Grayscale: #9D9D9D. Windows color (decimal): -2255835 or 2462941. OLE color: 2462941.

HSL color Cylindrical-coordinate representation of color #DD9425: hue angle of 36.2º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD9425 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 148 37 -
CMYK 0 0.33 0.83 0.13
HSL 36.2º 0.73% 0.51% -
HSV(B) 36.2º 0.83% 0.87% -
XYZ 40.74 36.69 6.68 -
YUV 157.17 60.18 173.53 -
System Red Green Blue C M Y K H S L
Decimal 221 148 37 0 0.33 0.83 0.13 36.2 0.73 0.51
Hex DD 94 25 0 21 53 D 24 49 33
Octal 335 224 45 0 41 123 15 44 111 63
Binary 11011101 10010100 100101 0 100001 1010011 1101 100100 1001001 110011

Color Harmonies of #DD9425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9425

Black with #DD9425

Text Example


Text Example

White with #DD9425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9425; }

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

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

background-color css

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

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

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

border-color css

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

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

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