Html Css Color HEX #DD901C Buttercup

📋 copy color: '#DD901C'

red 221 ◦ green 144 ◦ blue 28

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

Shades of Buttercup #DD901C

Tints of Buttercup #DD901C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.12%

R = 56.23%
G = 36.64%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD901C (or 0xDD901C) is known color: Buttercup. HEX triplet: DD, 90 and 1C. RGB value is (221,144,28). Sum of RGB (Red+Green+Blue) = 221+144+28=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD901C is #226FE3. Grayscale: #9A9A9A. Windows color (decimal): -2256868 or 1872093. OLE color: 1872093.

HSL color Cylindrical-coordinate representation of color #DD901C: hue angle of 36.06º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD901C is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 144 28 -
CMYK 0 0.35 0.87 0.13
HSL 36.06º 0.78% 0.49% -
HSV(B) 36.06º 0.87% 0.87% -
XYZ 40 35.4 5.82 -
YUV 153.8 57.01 175.93 -
System Red Green Blue C M Y K H S L
Decimal 221 144 28 0 0.35 0.87 0.13 36.06 0.78 0.49
Hex DD 90 1C 0 23 57 D 24 4E 31
Octal 335 220 34 0 43 127 15 44 116 61
Binary 11011101 10010000 11100 0 100011 1010111 1101 100100 1001110 110001

Color Harmonies of #DD901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD901C

Black with #DD901C

Text Example


Text Example

White with #DD901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD901C; }

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

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

background-color css

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

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

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

border-color css

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

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

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