Html Css Color HEX #DD912E Buttercup

📋 copy color: '#DD912E'

red 221 ◦ green 145 ◦ blue 46

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

Shades of Buttercup #DD912E

Tints of Buttercup #DD912E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.17%

R = 53.64%
G = 35.19%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD912E (or 0xDD912E) is known color: Buttercup. HEX triplet: DD, 91 and 2E. RGB value is (221,145,46). Sum of RGB (Red+Green+Blue) = 221+145+46=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD912E is #226ED1. Grayscale: #9C9C9C. Windows color (decimal): -2256594 or 3051997. OLE color: 3051997.

HSL color Cylindrical-coordinate representation of color #DD912E: hue angle of 33.94º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD912E is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 145 46 -
CMYK 0 0.34 0.79 0.13
HSL 33.94º 0.72% 0.52% -
HSV(B) 33.94º 0.79% 0.87% -
XYZ 40.44 35.82 7.37 -
YUV 156.44 65.68 174.05 -
System Red Green Blue C M Y K H S L
Decimal 221 145 46 0 0.34 0.79 0.13 33.94 0.72 0.52
Hex DD 91 2E 0 22 4F D 22 48 34
Octal 335 221 56 0 42 117 15 42 110 64
Binary 11011101 10010001 101110 0 100010 1001111 1101 100010 1001000 110100

Color Harmonies of #DD912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD912E

Black with #DD912E

Text Example


Text Example

White with #DD912E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD912E; }

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

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

background-color css

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

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

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

border-color css

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

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

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