Html Css Color HEX #DD9A2C Buttercup

📋 copy color: '#DD9A2C'

red 221 ◦ green 154 ◦ blue 44

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

Shades of Buttercup #DD9A2C

Tints of Buttercup #DD9A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.5%

R = 52.74%
G = 36.75%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD9A2C (or 0xDD9A2C) is known color: Buttercup. HEX triplet: DD, 9A and 2C. RGB value is (221,154,44). Sum of RGB (Red+Green+Blue) = 221+154+44=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9A2C is #2265D3. Grayscale: #A2A2A2. Windows color (decimal): -2254292 or 2923229. OLE color: 2923229.

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

Color convert

RGB 221 154 44 -
CMYK 0 0.30 0.80 0.13
HSL 37.29º 0.72% 0.52% -
HSV(B) 37.29º 0.8% 0.87% -
XYZ 41.83 38.67 7.64 -
YUV 161.49 61.7 170.44 -
System Red Green Blue C M Y K H S L
Decimal 221 154 44 0 0.30 0.80 0.13 37.29 0.72 0.52
Hex DD 9A 2C 0 1E 50 D 25 48 34
Octal 335 232 54 0 36 120 15 45 110 64
Binary 11011101 10011010 101100 0 11110 1010000 1101 100101 1001000 110100

Color Harmonies of #DD9A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A2C

Black with #DD9A2C

Text Example


Text Example

White with #DD9A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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