Html Css Color HEX #DD961E Buttercup

📋 copy color: '#DD961E'

red 221 ◦ green 150 ◦ blue 30

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

Shades of Buttercup #DD961E

Tints of Buttercup #DD961E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.41%

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

R = 55.11%
G = 37.41%
B = 7.48%

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

#DD961E (or 0xDD961E) is known color: Buttercup. HEX triplet: DD, 96 and 1E. RGB value is (221,150,30). Sum of RGB (Red+Green+Blue) = 221+150+30=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD961E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD961E is #2269E1. Grayscale: #9E9E9E. Windows color (decimal): -2255330 or 2004701. OLE color: 2004701.

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

Color convert

RGB 221 150 30 -
CMYK 0 0.32 0.86 0.13
HSL 37.7º 0.76% 0.49% -
HSV(B) 37.7º 0.86% 0.87% -
XYZ 40.96 37.28 6.26 -
YUV 157.55 56.02 173.26 -
System Red Green Blue C M Y K H S L
Decimal 221 150 30 0 0.32 0.86 0.13 37.7 0.76 0.49
Hex DD 96 1E 0 20 56 D 26 4C 31
Octal 335 226 36 0 40 126 15 46 114 61
Binary 11011101 10010110 11110 0 100000 1010110 1101 100110 1001100 110001

Color Harmonies of #DD961E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD961E

Black with #DD961E

Text Example


Text Example

White with #DD961E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD961E; }

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

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

background-color css

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

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

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

border-color css

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

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

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