Html Css Color HEX #DD8C1E Buttercup

📋 copy color: '#DD8C1E'

red 221 ◦ green 140 ◦ blue 30

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

Shades of Buttercup #DD8C1E

Tints of Buttercup #DD8C1E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.81%

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

R = 56.52%
G = 35.81%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD8C1E (or 0xDD8C1E) is known color: Buttercup. HEX triplet: DD, 8C and 1E. RGB value is (221,140,30). Sum of RGB (Red+Green+Blue) = 221+140+30=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C1E is #2273E1. Grayscale: #989898. Windows color (decimal): -2257890 or 2002141. OLE color: 2002141.

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

Color convert

RGB 221 140 30 -
CMYK 0 0.37 0.86 0.13
HSL 34.55º 0.76% 0.49% -
HSV(B) 34.55º 0.86% 0.87% -
XYZ 39.43 34.22 5.76 -
YUV 151.68 59.34 177.44 -
System Red Green Blue C M Y K H S L
Decimal 221 140 30 0 0.37 0.86 0.13 34.55 0.76 0.49
Hex DD 8C 1E 0 25 56 D 23 4C 31
Octal 335 214 36 0 45 126 15 43 114 61
Binary 11011101 10001100 11110 0 100101 1010110 1101 100011 1001100 110001

Color Harmonies of #DD8C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C1E

Black with #DD8C1E

Text Example


Text Example

White with #DD8C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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