Html Css Color HEX #DD8D1E Buttercup

📋 copy color: '#DD8D1E'

red 221 ◦ green 141 ◦ blue 30

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

Shades of Buttercup #DD8D1E

Tints of Buttercup #DD8D1E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.97%

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

R = 56.38%
G = 35.97%
B = 7.65%

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

#DD8D1E (or 0xDD8D1E) is known color: Buttercup. HEX triplet: DD, 8D and 1E. RGB value is (221,141,30). Sum of RGB (Red+Green+Blue) = 221+141+30=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D1E is #2272E1. Grayscale: #989898. Windows color (decimal): -2257634 or 2002397. OLE color: 2002397.

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

Color convert

RGB 221 141 30 -
CMYK 0 0.36 0.86 0.13
HSL 34.87º 0.76% 0.49% -
HSV(B) 34.87º 0.86% 0.87% -
XYZ 39.58 34.52 5.8 -
YUV 152.27 59 177.03 -
System Red Green Blue C M Y K H S L
Decimal 221 141 30 0 0.36 0.86 0.13 34.87 0.76 0.49
Hex DD 8D 1E 0 24 56 D 23 4C 31
Octal 335 215 36 0 44 126 15 43 114 61
Binary 11011101 10001101 11110 0 100100 1010110 1101 100011 1001100 110001

Color Harmonies of #DD8D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D1E

Black with #DD8D1E

Text Example


Text Example

White with #DD8D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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