Html Css Color HEX #DD8F1A Buttercup

📋 copy color: '#DD8F1A'

red 221 ◦ green 143 ◦ blue 26

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

Shades of Buttercup #DD8F1A

Tints of Buttercup #DD8F1A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.67%

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

R = 56.67%
G = 36.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD8F1A (or 0xDD8F1A) is known color: Buttercup. HEX triplet: DD, 8F and 1A. RGB value is (221,143,26). Sum of RGB (Red+Green+Blue) = 221+143+26=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F1A is #2270E5. Grayscale: #999999. Windows color (decimal): -2257126 or 1740765. OLE color: 1740765.

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

Color convert

RGB 221 143 26 -
CMYK 0 0.35 0.88 0.13
HSL 36º 0.79% 0.48% -
HSV(B) 36º 0.88% 0.87% -
XYZ 39.83 35.09 5.65 -
YUV 152.98 56.34 176.51 -
System Red Green Blue C M Y K H S L
Decimal 221 143 26 0 0.35 0.88 0.13 36 0.79 0.48
Hex DD 8F 1A 0 23 58 D 24 4F 30
Octal 335 217 32 0 43 130 15 44 117 60
Binary 11011101 10001111 11010 0 100011 1011000 1101 100100 1001111 110000

Color Harmonies of #DD8F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F1A

Black with #DD8F1A

Text Example


Text Example

White with #DD8F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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