Html Css Color HEX #DD8726 Buttercup

📋 copy color: '#DD8726'

red 221 ◦ green 135 ◦ blue 38

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

Shades of Buttercup #DD8726

Tints of Buttercup #DD8726

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.26%

 BLUE value IS 38 (15.23% from 255) = 9.64%

R = 56.09%
G = 34.26%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD8726 (or 0xDD8726) is known color: Buttercup. HEX triplet: DD, 87 and 26. RGB value is (221,135,38). Sum of RGB (Red+Green+Blue) = 221+135+38=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8726 is #2278D9. Grayscale: #969696. Windows color (decimal): -2259162 or 2525149. OLE color: 2525149.

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

Color convert

RGB 221 135 38 -
CMYK 0 0.39 0.83 0.13
HSL 31.8º 0.73% 0.51% -
HSV(B) 31.8º 0.83% 0.87% -
XYZ 38.83 32.84 6.13 -
YUV 149.66 64.99 178.89 -
System Red Green Blue C M Y K H S L
Decimal 221 135 38 0 0.39 0.83 0.13 31.8 0.73 0.51
Hex DD 87 26 0 27 53 D 20 49 33
Octal 335 207 46 0 47 123 15 40 111 63
Binary 11011101 10000111 100110 0 100111 1010011 1101 100000 1001001 110011

Color Harmonies of #DD8726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8726

Black with #DD8726

Text Example


Text Example

White with #DD8726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8726; }

 p { color: rgb(221,135,38); }

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

background-color css

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

 a { background-color: rgb(221,135,38); }

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

border-color css

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

 span { border-color: rgb(221,135,38); }

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