Html Css Color HEX #DD8926 Buttercup

📋 copy color: '#DD8926'

red 221 ◦ green 137 ◦ blue 38

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

Shades of Buttercup #DD8926

Tints of Buttercup #DD8926

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.6%

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

R = 55.81%
G = 34.6%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD8926 (or 0xDD8926) is known color: Buttercup. HEX triplet: DD, 89 and 26. RGB value is (221,137,38). Sum of RGB (Red+Green+Blue) = 221+137+38=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8926 is #2276D9. Grayscale: #979797. Windows color (decimal): -2258650 or 2525661. OLE color: 2525661.

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

Color convert

RGB 221 137 38 -
CMYK 0 0.38 0.83 0.13
HSL 32.46º 0.73% 0.51% -
HSV(B) 32.46º 0.83% 0.87% -
XYZ 39.11 33.4 6.22 -
YUV 150.83 64.33 178.05 -
System Red Green Blue C M Y K H S L
Decimal 221 137 38 0 0.38 0.83 0.13 32.46 0.73 0.51
Hex DD 89 26 0 26 53 D 20 49 33
Octal 335 211 46 0 46 123 15 40 111 63
Binary 11011101 10001001 100110 0 100110 1010011 1101 100000 1001001 110011

Color Harmonies of #DD8926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8926

Black with #DD8926

Text Example


Text Example

White with #DD8926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8926; }

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

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

background-color css

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

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

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

border-color css

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

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

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