Html Css Color HEX #DD981C Buttercup

📋 copy color: '#DD981C'

red 221 ◦ green 152 ◦ blue 28

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

Shades of Buttercup #DD981C

Tints of Buttercup #DD981C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.91%

 BLUE value IS 28 (11.33% from 255) = 6.98%

R = 55.11%
G = 37.91%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD981C (or 0xDD981C) is known color: Buttercup. HEX triplet: DD, 98 and 1C. RGB value is (221,152,28). Sum of RGB (Red+Green+Blue) = 221+152+28=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD981C is #2267E3. Grayscale: #9F9F9F. Windows color (decimal): -2254820 or 1874141. OLE color: 1874141.

HSL color Cylindrical-coordinate representation of color #DD981C: hue angle of 38.55º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD981C is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 152 28 -
CMYK 0 0.31 0.87 0.13
HSL 38.55º 0.78% 0.49% -
HSV(B) 38.55º 0.87% 0.87% -
XYZ 41.26 37.91 6.24 -
YUV 158.5 54.36 172.58 -
System Red Green Blue C M Y K H S L
Decimal 221 152 28 0 0.31 0.87 0.13 38.55 0.78 0.49
Hex DD 98 1C 0 1F 57 D 27 4E 31
Octal 335 230 34 0 37 127 15 47 116 61
Binary 11011101 10011000 11100 0 11111 1010111 1101 100111 1001110 110001

Color Harmonies of #DD981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD981C

Black with #DD981C

Text Example


Text Example

White with #DD981C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD981C; }

 p { color: rgb(221,152,28); }

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

background-color css

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

 a { background-color: rgb(221,152,28); }

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

border-color css

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

 span { border-color: rgb(221,152,28); }

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