Html Css Color HEX #DD912A Buttercup

📋 copy color: '#DD912A'

red 221 ◦ green 145 ◦ blue 42

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

Shades of Buttercup #DD912A

Tints of Buttercup #DD912A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.29%

R = 54.17%
G = 35.54%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD912A (or 0xDD912A) is known color: Buttercup. HEX triplet: DD, 91 and 2A. RGB value is (221,145,42). Sum of RGB (Red+Green+Blue) = 221+145+42=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD912A is #226ED5. Grayscale: #9C9C9C. Windows color (decimal): -2256598 or 2789853. OLE color: 2789853.

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

Color convert

RGB 221 145 42 -
CMYK 0 0.34 0.81 0.13
HSL 34.53º 0.72% 0.52% -
HSV(B) 34.53º 0.81% 0.87% -
XYZ 40.36 35.79 6.97 -
YUV 155.98 63.68 174.38 -
System Red Green Blue C M Y K H S L
Decimal 221 145 42 0 0.34 0.81 0.13 34.53 0.72 0.52
Hex DD 91 2A 0 22 51 D 23 48 34
Octal 335 221 52 0 42 121 15 43 110 64
Binary 11011101 10010001 101010 0 100010 1010001 1101 100011 1001000 110100

Color Harmonies of #DD912A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD912A

Black with #DD912A

Text Example


Text Example

White with #DD912A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD912A; }

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

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

background-color css

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

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

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

border-color css

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

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

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