Html Css Color HEX #DD8E19 Buttercup

📋 copy color: '#DD8E19'

red 221 ◦ green 142 ◦ blue 25

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

Shades of Buttercup #DD8E19

Tints of Buttercup #DD8E19

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.6%

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

R = 56.96%
G = 36.6%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD8E19 (or 0xDD8E19) is known color: Buttercup. HEX triplet: DD, 8E and 19. RGB value is (221,142,25). Sum of RGB (Red+Green+Blue) = 221+142+25=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8E19 is #2271E6. Grayscale: #989898. Windows color (decimal): -2257383 or 1674973. OLE color: 1674973.

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

Color convert

RGB 221 142 25 -
CMYK 0 0.36 0.89 0.13
HSL 35.82º 0.8% 0.48% -
HSV(B) 35.82º 0.89% 0.87% -
XYZ 39.67 34.79 5.54 -
YUV 152.28 56.17 177.01 -
System Red Green Blue C M Y K H S L
Decimal 221 142 25 0 0.36 0.89 0.13 35.82 0.8 0.48
Hex DD 8E 19 0 24 59 D 24 50 30
Octal 335 216 31 0 44 131 15 44 120 60
Binary 11011101 10001110 11001 0 100100 1011001 1101 100100 1010000 110000

Color Harmonies of #DD8E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8E19

Black with #DD8E19

Text Example


Text Example

White with #DD8E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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