Html Css Color HEX #DD8523 Buttercup

📋 copy color: '#DD8523'

red 221 ◦ green 133 ◦ blue 35

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

Shades of Buttercup #DD8523

Tints of Buttercup #DD8523

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

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

R = 56.81%
G = 34.19%
B = 9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD8523 (or 0xDD8523) is known color: Buttercup. HEX triplet: DD, 85 and 23. RGB value is (221,133,35). Sum of RGB (Red+Green+Blue) = 221+133+35=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 35 (14.06% from 255 or 9.00% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8523 is #227ADC. Grayscale: #949494. Windows color (decimal): -2259677 or 2328029. OLE color: 2328029.

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

Color convert

RGB 221 133 35 -
CMYK 0 0.40 0.84 0.13
HSL 31.61º 0.73% 0.5% -
HSV(B) 31.61º 0.84% 0.87% -
XYZ 38.51 32.27 5.79 -
YUV 148.14 64.15 179.97 -
System Red Green Blue C M Y K H S L
Decimal 221 133 35 0 0.40 0.84 0.13 31.61 0.73 0.5
Hex DD 85 23 0 28 54 D 20 49 32
Octal 335 205 43 0 50 124 15 40 111 62
Binary 11011101 10000101 100011 0 101000 1010100 1101 100000 1001001 110010

Color Harmonies of #DD8523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8523

Black with #DD8523

Text Example


Text Example

White with #DD8523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8523; }

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

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

background-color css

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

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

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

border-color css

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

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

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