Html Css Color HEX #DD8B19 Buttercup

📋 copy color: '#DD8B19'

red 221 ◦ green 139 ◦ blue 25

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

Shades of Buttercup #DD8B19

Tints of Buttercup #DD8B19

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.1%

 BLUE value IS 25 (10.16% from 255) = 6.49%

R = 57.4%
G = 36.1%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD8B19 (or 0xDD8B19) is known color: Buttercup. HEX triplet: DD, 8B and 19. RGB value is (221,139,25). Sum of RGB (Red+Green+Blue) = 221+139+25=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8B19 is #2274E6. Grayscale: #979797. Windows color (decimal): -2258151 or 1674205. OLE color: 1674205.

HSL color Cylindrical-coordinate representation of color #DD8B19: hue angle of 34.9º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD8B19 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 139 25 -
CMYK 0 0.37 0.89 0.13
HSL 34.9º 0.8% 0.48% -
HSV(B) 34.9º 0.89% 0.87% -
XYZ 39.23 33.91 5.4 -
YUV 150.52 57.17 178.27 -
System Red Green Blue C M Y K H S L
Decimal 221 139 25 0 0.37 0.89 0.13 34.9 0.8 0.48
Hex DD 8B 19 0 25 59 D 23 50 30
Octal 335 213 31 0 45 131 15 43 120 60
Binary 11011101 10001011 11001 0 100101 1011001 1101 100011 1010000 110000

Color Harmonies of #DD8B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8B19

Black with #DD8B19

Text Example


Text Example

White with #DD8B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8B19; }

 p { color: rgb(221,139,25); }

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

background-color css

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

 a { background-color: rgb(221,139,25); }

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

border-color css

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

 span { border-color: rgb(221,139,25); }

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