Html Css Color HEX #DD9F2A Buttercup

📋 copy color: '#DD9F2A'

red 221 ◦ green 159 ◦ blue 42

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

Shades of Buttercup #DD9F2A

Tints of Buttercup #DD9F2A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.68%

 BLUE value IS 42 (16.8% from 255) = 9.95%

R = 52.37%
G = 37.68%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD9F2A (or 0xDD9F2A) is known color: Buttercup. HEX triplet: DD, 9F and 2A. RGB value is (221,159,42). Sum of RGB (Red+Green+Blue) = 221+159+42=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F2A is #2260D5. Grayscale: #A4A4A4. Windows color (decimal): -2253014 or 2793437. OLE color: 2793437.

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

Color convert

RGB 221 159 42 -
CMYK 0 0.28 0.81 0.13
HSL 39.22º 0.72% 0.52% -
HSV(B) 39.22º 0.81% 0.87% -
XYZ 42.63 40.34 7.73 -
YUV 164.2 59.04 168.51 -
System Red Green Blue C M Y K H S L
Decimal 221 159 42 0 0.28 0.81 0.13 39.22 0.72 0.52
Hex DD 9F 2A 0 1C 51 D 27 48 34
Octal 335 237 52 0 34 121 15 47 110 64
Binary 11011101 10011111 101010 0 11100 1010001 1101 100111 1001000 110100

Color Harmonies of #DD9F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F2A

Black with #DD9F2A

Text Example


Text Example

White with #DD9F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F2A; }

 p { color: rgb(221,159,42); }

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

background-color css

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

 a { background-color: rgb(221,159,42); }

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

border-color css

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

 span { border-color: rgb(221,159,42); }

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