Html Css Color HEX #DD9A1E Buttercup

📋 copy color: '#DD9A1E'

red 221 ◦ green 154 ◦ blue 30

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

Shades of Buttercup #DD9A1E

Tints of Buttercup #DD9A1E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.02%

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

R = 54.57%
G = 38.02%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD9A1E (or 0xDD9A1E) is known color: Buttercup. HEX triplet: DD, 9A and 1E. RGB value is (221,154,30). Sum of RGB (Red+Green+Blue) = 221+154+30=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9A1E is #2265E1. Grayscale: #A0A0A0. Windows color (decimal): -2254306 or 2005725. OLE color: 2005725.

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

Color convert

RGB 221 154 30 -
CMYK 0 0.30 0.86 0.13
HSL 38.95º 0.76% 0.49% -
HSV(B) 38.95º 0.86% 0.87% -
XYZ 41.61 38.58 6.48 -
YUV 159.9 54.7 171.58 -
System Red Green Blue C M Y K H S L
Decimal 221 154 30 0 0.30 0.86 0.13 38.95 0.76 0.49
Hex DD 9A 1E 0 1E 56 D 27 4C 31
Octal 335 232 36 0 36 126 15 47 114 61
Binary 11011101 10011010 11110 0 11110 1010110 1101 100111 1001100 110001

Color Harmonies of #DD9A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A1E

Black with #DD9A1E

Text Example


Text Example

White with #DD9A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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