Html Css Color HEX #DD912F Buttercup

📋 copy color: '#DD912F'

red 221 ◦ green 145 ◦ blue 47

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

Shades of Buttercup #DD912F

Tints of Buttercup #DD912F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.38%

R = 53.51%
G = 35.11%
B = 11.38%

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

#DD912F (or 0xDD912F) is known color: Buttercup. HEX triplet: DD, 91 and 2F. RGB value is (221,145,47). Sum of RGB (Red+Green+Blue) = 221+145+47=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD912F is #226ED0. Grayscale: #9D9D9D. Windows color (decimal): -2256593 or 3117533. OLE color: 3117533.

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

Color convert

RGB 221 145 47 -
CMYK 0 0.34 0.79 0.13
HSL 33.79º 0.72% 0.53% -
HSV(B) 33.79º 0.79% 0.87% -
XYZ 40.46 35.83 7.47 -
YUV 156.55 66.18 173.97 -
System Red Green Blue C M Y K H S L
Decimal 221 145 47 0 0.34 0.79 0.13 33.79 0.72 0.53
Hex DD 91 2F 0 22 4F D 22 48 35
Octal 335 221 57 0 42 117 15 42 110 65
Binary 11011101 10010001 101111 0 100010 1001111 1101 100010 1001000 110101

Color Harmonies of #DD912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD912F

Black with #DD912F

Text Example


Text Example

White with #DD912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD912F; }

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

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

background-color css

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

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

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

border-color css

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

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

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