Html Css Color HEX #DD9A2E Buttercup

📋 copy color: '#DD9A2E'

red 221 ◦ green 154 ◦ blue 46

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

Shades of Buttercup #DD9A2E

Tints of Buttercup #DD9A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.93%

R = 52.49%
G = 36.58%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD9A2E (or 0xDD9A2E) is known color: Buttercup. HEX triplet: DD, 9A and 2E. RGB value is (221,154,46). Sum of RGB (Red+Green+Blue) = 221+154+46=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9A2E is #2265D1. Grayscale: #A2A2A2. Windows color (decimal): -2254290 or 3054301. OLE color: 3054301.

HSL color Cylindrical-coordinate representation of color #DD9A2E: hue angle of 37.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD9A2E is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 154 46 -
CMYK 0 0.30 0.79 0.13
HSL 37.03º 0.72% 0.52% -
HSV(B) 37.03º 0.79% 0.87% -
XYZ 41.87 38.68 7.84 -
YUV 161.72 62.7 170.28 -
System Red Green Blue C M Y K H S L
Decimal 221 154 46 0 0.30 0.79 0.13 37.03 0.72 0.52
Hex DD 9A 2E 0 1E 4F D 25 48 34
Octal 335 232 56 0 36 117 15 45 110 64
Binary 11011101 10011010 101110 0 11110 1001111 1101 100101 1001000 110100

Color Harmonies of #DD9A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A2E

Black with #DD9A2E

Text Example


Text Example

White with #DD9A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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