Html Css Color HEX #DD9426 Buttercup

📋 copy color: '#DD9426'

red 221 ◦ green 148 ◦ blue 38

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

Shades of Buttercup #DD9426

Tints of Buttercup #DD9426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.34%

R = 54.3%
G = 36.36%
B = 9.34%

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

#DD9426 (or 0xDD9426) is known color: Buttercup. HEX triplet: DD, 94 and 26. RGB value is (221,148,38). Sum of RGB (Red+Green+Blue) = 221+148+38=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9426 is #226BD9. Grayscale: #9D9D9D. Windows color (decimal): -2255834 or 2528477. OLE color: 2528477.

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

Color convert

RGB 221 148 38 -
CMYK 0 0.33 0.83 0.13
HSL 36.07º 0.73% 0.51% -
HSV(B) 36.07º 0.83% 0.87% -
XYZ 40.76 36.69 6.77 -
YUV 157.29 60.68 173.44 -
System Red Green Blue C M Y K H S L
Decimal 221 148 38 0 0.33 0.83 0.13 36.07 0.73 0.51
Hex DD 94 26 0 21 53 D 24 49 33
Octal 335 224 46 0 41 123 15 44 111 63
Binary 11011101 10010100 100110 0 100001 1010011 1101 100100 1001001 110011

Color Harmonies of #DD9426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9426

Black with #DD9426

Text Example


Text Example

White with #DD9426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9426; }

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

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

background-color css

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

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

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

border-color css

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

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

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