Html Css Color HEX #DD901E Buttercup

📋 copy color: '#DD901E'

red 221 ◦ green 144 ◦ blue 30

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

Shades of Buttercup #DD901E

Tints of Buttercup #DD901E

RGB

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

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

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

R = 55.95%
G = 36.46%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD901E (or 0xDD901E) is known color: Buttercup. HEX triplet: DD, 90 and 1E. RGB value is (221,144,30). Sum of RGB (Red+Green+Blue) = 221+144+30=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD901E is #226FE1. Grayscale: #9A9A9A. Windows color (decimal): -2256866 or 2003165. OLE color: 2003165.

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

Color convert

RGB 221 144 30 -
CMYK 0 0.35 0.86 0.13
HSL 35.81º 0.76% 0.49% -
HSV(B) 35.81º 0.86% 0.87% -
XYZ 40.03 35.41 5.95 -
YUV 154.03 58.01 175.77 -
System Red Green Blue C M Y K H S L
Decimal 221 144 30 0 0.35 0.86 0.13 35.81 0.76 0.49
Hex DD 90 1E 0 23 56 D 24 4C 31
Octal 335 220 36 0 43 126 15 44 114 61
Binary 11011101 10010000 11110 0 100011 1010110 1101 100100 1001100 110001

Color Harmonies of #DD901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD901E

Black with #DD901E

Text Example


Text Example

White with #DD901E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD901E; }

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

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

background-color css

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

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

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

border-color css

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

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

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