Html Css Color HEX #DD901A Buttercup

📋 copy color: '#DD901A'

red 221 ◦ green 144 ◦ blue 26

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

Shades of Buttercup #DD901A

Tints of Buttercup #DD901A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.83%

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

R = 56.52%
G = 36.83%
B = 6.65%

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

#DD901A (or 0xDD901A) is known color: Buttercup. HEX triplet: DD, 90 and 1A. RGB value is (221,144,26). Sum of RGB (Red+Green+Blue) = 221+144+26=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD901A is #226FE5. Grayscale: #9A9A9A. Windows color (decimal): -2256870 or 1741021. OLE color: 1741021.

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

Color convert

RGB 221 144 26 -
CMYK 0 0.35 0.88 0.13
HSL 36.31º 0.79% 0.48% -
HSV(B) 36.31º 0.88% 0.87% -
XYZ 39.98 35.39 5.7 -
YUV 153.57 56.01 176.09 -
System Red Green Blue C M Y K H S L
Decimal 221 144 26 0 0.35 0.88 0.13 36.31 0.79 0.48
Hex DD 90 1A 0 23 58 D 24 4F 30
Octal 335 220 32 0 43 130 15 44 117 60
Binary 11011101 10010000 11010 0 100011 1011000 1101 100100 1001111 110000

Color Harmonies of #DD901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD901A

Black with #DD901A

Text Example


Text Example

White with #DD901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD901A; }

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

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

background-color css

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

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

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

border-color css

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

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

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