Html Css Color HEX #DD982C Buttercup

📋 copy color: '#DD982C'

red 221 ◦ green 152 ◦ blue 44

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

Shades of Buttercup #DD982C

Tints of Buttercup #DD982C

RGB

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

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

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

R = 53%
G = 36.45%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD982C (or 0xDD982C) is known color: Buttercup. HEX triplet: DD, 98 and 2C. RGB value is (221,152,44). Sum of RGB (Red+Green+Blue) = 221+152+44=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD982C is #2267D3. Grayscale: #A0A0A0. Windows color (decimal): -2254804 or 2922717. OLE color: 2922717.

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

Color convert

RGB 221 152 44 -
CMYK 0 0.31 0.80 0.13
HSL 36.61º 0.72% 0.52% -
HSV(B) 36.61º 0.8% 0.87% -
XYZ 41.5 38.01 7.53 -
YUV 160.32 62.36 171.28 -
System Red Green Blue C M Y K H S L
Decimal 221 152 44 0 0.31 0.80 0.13 36.61 0.72 0.52
Hex DD 98 2C 0 1F 50 D 25 48 34
Octal 335 230 54 0 37 120 15 45 110 64
Binary 11011101 10011000 101100 0 11111 1010000 1101 100101 1001000 110100

Color Harmonies of #DD982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD982C

Black with #DD982C

Text Example


Text Example

White with #DD982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD982C; }

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

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

background-color css

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

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

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

border-color css

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

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

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