Html Css Color HEX #DD971E Buttercup

📋 copy color: '#DD971E'

red 221 ◦ green 151 ◦ blue 30

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

Shades of Buttercup #DD971E

Tints of Buttercup #DD971E

RGB

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

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

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

R = 54.98%
G = 37.56%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD971E (or 0xDD971E) is known color: Buttercup. HEX triplet: DD, 97 and 1E. RGB value is (221,151,30). Sum of RGB (Red+Green+Blue) = 221+151+30=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD971E is #2268E1. Grayscale: #9E9E9E. Windows color (decimal): -2255074 or 2004957. OLE color: 2004957.

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

Color convert

RGB 221 151 30 -
CMYK 0 0.32 0.86 0.13
HSL 38.01º 0.76% 0.49% -
HSV(B) 38.01º 0.86% 0.87% -
XYZ 41.12 37.6 6.32 -
YUV 158.14 55.69 172.84 -
System Red Green Blue C M Y K H S L
Decimal 221 151 30 0 0.32 0.86 0.13 38.01 0.76 0.49
Hex DD 97 1E 0 20 56 D 26 4C 31
Octal 335 227 36 0 40 126 15 46 114 61
Binary 11011101 10010111 11110 0 100000 1010110 1101 100110 1001100 110001

Color Harmonies of #DD971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD971E

Black with #DD971E

Text Example


Text Example

White with #DD971E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD971E; }

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

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

background-color css

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

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

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

border-color css

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

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

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