Html Css Color HEX #DD8422 Buttercup

📋 copy color: '#DD8422'

red 221 ◦ green 132 ◦ blue 34

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

Shades of Buttercup #DD8422

Tints of Buttercup #DD8422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

 BLUE value IS 34 (13.67% from 255) = 8.79%

R = 57.11%
G = 34.11%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD8422 (or 0xDD8422) is known color: Buttercup. HEX triplet: DD, 84 and 22. RGB value is (221,132,34). Sum of RGB (Red+Green+Blue) = 221+132+34=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8422 is #227BDD. Grayscale: #939393. Windows color (decimal): -2259934 or 2262237. OLE color: 2262237.

HSL color Cylindrical-coordinate representation of color #DD8422: hue angle of 31.44º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD8422 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 34 -
CMYK 0 0.40 0.85 0.13
HSL 31.44º 0.73% 0.5% -
HSV(B) 31.44º 0.85% 0.87% -
XYZ 38.36 31.99 5.67 -
YUV 147.44 63.99 180.47 -
System Red Green Blue C M Y K H S L
Decimal 221 132 34 0 0.40 0.85 0.13 31.44 0.73 0.5
Hex DD 84 22 0 28 55 D 1F 49 32
Octal 335 204 42 0 50 125 15 37 111 62
Binary 11011101 10000100 100010 0 101000 1010101 1101 11111 1001001 110010

Color Harmonies of #DD8422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8422

Black with #DD8422

Text Example


Text Example

White with #DD8422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8422; }

 p { color: rgb(221,132,34); }

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

background-color css

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

 a { background-color: rgb(221,132,34); }

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

border-color css

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

 span { border-color: rgb(221,132,34); }

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