Html Css Color HEX #DD911E Buttercup

📋 copy color: '#DD911E'

red 221 ◦ green 145 ◦ blue 30

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

Shades of Buttercup #DD911E

Tints of Buttercup #DD911E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.62%

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

R = 55.81%
G = 36.62%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD911E (or 0xDD911E) is known color: Buttercup. HEX triplet: DD, 91 and 1E. RGB value is (221,145,30). Sum of RGB (Red+Green+Blue) = 221+145+30=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD911E is #226EE1. Grayscale: #9B9B9B. Windows color (decimal): -2256610 or 2003421. OLE color: 2003421.

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

Color convert

RGB 221 145 30 -
CMYK 0 0.34 0.86 0.13
HSL 36.13º 0.76% 0.49% -
HSV(B) 36.13º 0.86% 0.87% -
XYZ 40.18 35.72 6 -
YUV 154.61 57.68 175.35 -
System Red Green Blue C M Y K H S L
Decimal 221 145 30 0 0.34 0.86 0.13 36.13 0.76 0.49
Hex DD 91 1E 0 22 56 D 24 4C 31
Octal 335 221 36 0 42 126 15 44 114 61
Binary 11011101 10010001 11110 0 100010 1010110 1101 100100 1001100 110001

Color Harmonies of #DD911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD911E

Black with #DD911E

Text Example


Text Example

White with #DD911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD911E; }

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

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

background-color css

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

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

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

border-color css

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

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

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