Html Css Color HEX #DD8922 Buttercup

📋 copy color: '#DD8922'

red 221 ◦ green 137 ◦ blue 34

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

Shades of Buttercup #DD8922

Tints of Buttercup #DD8922

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.95%

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

R = 56.38%
G = 34.95%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD8922 (or 0xDD8922) is known color: Buttercup. HEX triplet: DD, 89 and 22. RGB value is (221,137,34). Sum of RGB (Red+Green+Blue) = 221+137+34=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8922 is #2276DD. Grayscale: #969696. Windows color (decimal): -2258654 or 2263517. OLE color: 2263517.

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

Color convert

RGB 221 137 34 -
CMYK 0 0.38 0.85 0.13
HSL 33.05º 0.73% 0.5% -
HSV(B) 33.05º 0.85% 0.87% -
XYZ 39.05 33.38 5.9 -
YUV 150.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 221 137 34 0 0.38 0.85 0.13 33.05 0.73 0.5
Hex DD 89 22 0 26 55 D 21 49 32
Octal 335 211 42 0 46 125 15 41 111 62
Binary 11011101 10001001 100010 0 100110 1010101 1101 100001 1001001 110010

Color Harmonies of #DD8922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8922

Black with #DD8922

Text Example


Text Example

White with #DD8922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8922; }

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

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

background-color css

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

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

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

border-color css

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

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

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