Html Css Color HEX #DD942A Buttercup

📋 copy color: '#DD942A'

red 221 ◦ green 148 ◦ blue 42

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

Shades of Buttercup #DD942A

Tints of Buttercup #DD942A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.01%

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

R = 53.77%
G = 36.01%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD942A (or 0xDD942A) is known color: Buttercup. HEX triplet: DD, 94 and 2A. RGB value is (221,148,42). Sum of RGB (Red+Green+Blue) = 221+148+42=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD942A is #226BD5. Grayscale: #9E9E9E. Windows color (decimal): -2255830 or 2790621. OLE color: 2790621.

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

Color convert

RGB 221 148 42 -
CMYK 0 0.33 0.81 0.13
HSL 35.53º 0.72% 0.52% -
HSV(B) 35.53º 0.81% 0.87% -
XYZ 40.83 36.72 7.13 -
YUV 157.74 62.68 173.12 -
System Red Green Blue C M Y K H S L
Decimal 221 148 42 0 0.33 0.81 0.13 35.53 0.72 0.52
Hex DD 94 2A 0 21 51 D 24 48 34
Octal 335 224 52 0 41 121 15 44 110 64
Binary 11011101 10010100 101010 0 100001 1010001 1101 100100 1001000 110100

Color Harmonies of #DD942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD942A

Black with #DD942A

Text Example


Text Example

White with #DD942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD942A; }

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

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

background-color css

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

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

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

border-color css

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

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

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