Html Css Color HEX #DD941E Buttercup

📋 copy color: '#DD941E'

red 221 ◦ green 148 ◦ blue 30

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

Shades of Buttercup #DD941E

Tints of Buttercup #DD941E

RGB

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

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

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

R = 55.39%
G = 37.09%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD941E (or 0xDD941E) is known color: Buttercup. HEX triplet: DD, 94 and 1E. RGB value is (221,148,30). Sum of RGB (Red+Green+Blue) = 221+148+30=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD941E is #226BE1. Grayscale: #9C9C9C. Windows color (decimal): -2255842 or 2004189. OLE color: 2004189.

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

Color convert

RGB 221 148 30 -
CMYK 0 0.33 0.86 0.13
HSL 37.07º 0.76% 0.49% -
HSV(B) 37.07º 0.86% 0.87% -
XYZ 40.64 36.65 6.16 -
YUV 156.38 56.68 174.09 -
System Red Green Blue C M Y K H S L
Decimal 221 148 30 0 0.33 0.86 0.13 37.07 0.76 0.49
Hex DD 94 1E 0 21 56 D 25 4C 31
Octal 335 224 36 0 41 126 15 45 114 61
Binary 11011101 10010100 11110 0 100001 1010110 1101 100101 1001100 110001

Color Harmonies of #DD941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD941E

Black with #DD941E

Text Example


Text Example

White with #DD941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD941E; }

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

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

background-color css

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

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

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

border-color css

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

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

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