Html Css Color HEX #DD8C1A Buttercup

📋 copy color: '#DD8C1A'

red 221 ◦ green 140 ◦ blue 26

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

Shades of Buttercup #DD8C1A

Tints of Buttercup #DD8C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.72%

R = 57.11%
G = 36.18%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD8C1A (or 0xDD8C1A) is known color: Buttercup. HEX triplet: DD, 8C and 1A. RGB value is (221,140,26). Sum of RGB (Red+Green+Blue) = 221+140+26=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 26 (10.55% from 255 or 6.72% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C1A is #2273E5. Grayscale: #979797. Windows color (decimal): -2257894 or 1739997. OLE color: 1739997.

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

Color convert

RGB 221 140 26 -
CMYK 0 0.37 0.88 0.13
HSL 35.08º 0.79% 0.48% -
HSV(B) 35.08º 0.88% 0.87% -
XYZ 39.38 34.2 5.5 -
YUV 151.22 57.34 177.77 -
System Red Green Blue C M Y K H S L
Decimal 221 140 26 0 0.37 0.88 0.13 35.08 0.79 0.48
Hex DD 8C 1A 0 25 58 D 23 4F 30
Octal 335 214 32 0 45 130 15 43 117 60
Binary 11011101 10001100 11010 0 100101 1011000 1101 100011 1001111 110000

Color Harmonies of #DD8C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C1A

Black with #DD8C1A

Text Example


Text Example

White with #DD8C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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