Html Css Color HEX #DD972C Buttercup

📋 copy color: '#DD972C'

red 221 ◦ green 151 ◦ blue 44

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

Shades of Buttercup #DD972C

Tints of Buttercup #DD972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.3%

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

R = 53.13%
G = 36.3%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD972C (or 0xDD972C) is known color: Buttercup. HEX triplet: DD, 97 and 2C. RGB value is (221,151,44). Sum of RGB (Red+Green+Blue) = 221+151+44=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD972C is #2268D3. Grayscale: #A0A0A0. Windows color (decimal): -2255060 or 2922461. OLE color: 2922461.

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

Color convert

RGB 221 151 44 -
CMYK 0 0.32 0.80 0.13
HSL 36.27º 0.72% 0.52% -
HSV(B) 36.27º 0.8% 0.87% -
XYZ 41.34 37.69 7.48 -
YUV 159.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 221 151 44 0 0.32 0.80 0.13 36.27 0.72 0.52
Hex DD 97 2C 0 20 50 D 24 48 34
Octal 335 227 54 0 40 120 15 44 110 64
Binary 11011101 10010111 101100 0 100000 1010000 1101 100100 1001000 110100

Color Harmonies of #DD972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD972C

Black with #DD972C

Text Example


Text Example

White with #DD972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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