Html Css Color HEX #DD9626 Buttercup

📋 copy color: '#DD9626'

red 221 ◦ green 150 ◦ blue 38

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

Shades of Buttercup #DD9626

Tints of Buttercup #DD9626

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.67%

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

R = 54.03%
G = 36.67%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD9626 (or 0xDD9626) is known color: Buttercup. HEX triplet: DD, 96 and 26. RGB value is (221,150,38). Sum of RGB (Red+Green+Blue) = 221+150+38=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9626 is #2269D9. Grayscale: #9E9E9E. Windows color (decimal): -2255322 or 2528989. OLE color: 2528989.

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

Color convert

RGB 221 150 38 -
CMYK 0 0.32 0.83 0.13
HSL 36.72º 0.73% 0.51% -
HSV(B) 36.72º 0.83% 0.87% -
XYZ 41.07 37.32 6.87 -
YUV 158.46 60.02 172.61 -
System Red Green Blue C M Y K H S L
Decimal 221 150 38 0 0.32 0.83 0.13 36.72 0.73 0.51
Hex DD 96 26 0 20 53 D 25 49 33
Octal 335 226 46 0 40 123 15 45 111 63
Binary 11011101 10010110 100110 0 100000 1010011 1101 100101 1001001 110011

Color Harmonies of #DD9626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9626

Black with #DD9626

Text Example


Text Example

White with #DD9626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9626; }

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

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

background-color css

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

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

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

border-color css

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

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

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