Html Css Color HEX #DD951E Buttercup

📋 copy color: '#DD951E'

red 221 ◦ green 149 ◦ blue 30

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

Shades of Buttercup #DD951E

Tints of Buttercup #DD951E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

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

R = 55.25%
G = 37.25%
B = 7.5%

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

#DD951E (or 0xDD951E) is known color: Buttercup. HEX triplet: DD, 95 and 1E. RGB value is (221,149,30). Sum of RGB (Red+Green+Blue) = 221+149+30=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD951E is #226AE1. Grayscale: #9D9D9D. Windows color (decimal): -2255586 or 2004445. OLE color: 2004445.

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

Color convert

RGB 221 149 30 -
CMYK 0 0.33 0.86 0.13
HSL 37.38º 0.76% 0.49% -
HSV(B) 37.38º 0.86% 0.87% -
XYZ 40.8 36.96 6.21 -
YUV 156.96 56.35 173.68 -
System Red Green Blue C M Y K H S L
Decimal 221 149 30 0 0.33 0.86 0.13 37.38 0.76 0.49
Hex DD 95 1E 0 21 56 D 25 4C 31
Octal 335 225 36 0 41 126 15 45 114 61
Binary 11011101 10010101 11110 0 100001 1010110 1101 100101 1001100 110001

Color Harmonies of #DD951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD951E

Black with #DD951E

Text Example


Text Example

White with #DD951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD951E; }

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

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

background-color css

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

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

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

border-color css

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

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

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