Html Css Color HEX #DD8E1E Buttercup

📋 copy color: '#DD8E1E'

red 221 ◦ green 142 ◦ blue 30

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

Shades of Buttercup #DD8E1E

Tints of Buttercup #DD8E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.63%

R = 56.23%
G = 36.13%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD8E1E (or 0xDD8E1E) is known color: Buttercup. HEX triplet: DD, 8E and 1E. RGB value is (221,142,30). Sum of RGB (Red+Green+Blue) = 221+142+30=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8E1E is #2271E1. Grayscale: #999999. Windows color (decimal): -2257378 or 2002653. OLE color: 2002653.

HSL color Cylindrical-coordinate representation of color #DD8E1E: hue angle of 35.18º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD8E1E is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 142 30 -
CMYK 0 0.36 0.86 0.13
HSL 35.18º 0.76% 0.49% -
HSV(B) 35.18º 0.86% 0.87% -
XYZ 39.73 34.81 5.85 -
YUV 152.85 58.67 176.61 -
System Red Green Blue C M Y K H S L
Decimal 221 142 30 0 0.36 0.86 0.13 35.18 0.76 0.49
Hex DD 8E 1E 0 24 56 D 23 4C 31
Octal 335 216 36 0 44 126 15 43 114 61
Binary 11011101 10001110 11110 0 100100 1010110 1101 100011 1001100 110001

Color Harmonies of #DD8E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8E1E

Black with #DD8E1E

Text Example


Text Example

White with #DD8E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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