Html Css Color HEX #DD9123 Buttercup

📋 copy color: '#DD9123'

red 221 ◦ green 145 ◦ blue 35

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

Shades of Buttercup #DD9123

Tints of Buttercup #DD9123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.73%

R = 55.11%
G = 36.16%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD9123 (or 0xDD9123) is known color: Buttercup. HEX triplet: DD, 91 and 23. RGB value is (221,145,35). Sum of RGB (Red+Green+Blue) = 221+145+35=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9123 is #226EDC. Grayscale: #9B9B9B. Windows color (decimal): -2256605 or 2331101. OLE color: 2331101.

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

Color convert

RGB 221 145 35 -
CMYK 0 0.34 0.84 0.13
HSL 35.48º 0.73% 0.5% -
HSV(B) 35.48º 0.84% 0.87% -
XYZ 40.25 35.74 6.37 -
YUV 155.18 60.18 174.94 -
System Red Green Blue C M Y K H S L
Decimal 221 145 35 0 0.34 0.84 0.13 35.48 0.73 0.5
Hex DD 91 23 0 22 54 D 23 49 32
Octal 335 221 43 0 42 124 15 43 111 62
Binary 11011101 10010001 100011 0 100010 1010100 1101 100011 1001001 110010

Color Harmonies of #DD9123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9123

Black with #DD9123

Text Example


Text Example

White with #DD9123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9123; }

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

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

background-color css

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

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

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

border-color css

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

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

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