Html Css Color HEX #DD8727 Buttercup

📋 copy color: '#DD8727'

red 221 ◦ green 135 ◦ blue 39

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

Shades of Buttercup #DD8727

Tints of Buttercup #DD8727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.87%

R = 55.95%
G = 34.18%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD8727 (or 0xDD8727) is known color: Buttercup. HEX triplet: DD, 87 and 27. RGB value is (221,135,39). Sum of RGB (Red+Green+Blue) = 221+135+39=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8727 is #2278D8. Grayscale: #969696. Windows color (decimal): -2259161 or 2590685. OLE color: 2590685.

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

Color convert

RGB 221 135 39 -
CMYK 0 0.39 0.82 0.13
HSL 31.65º 0.73% 0.51% -
HSV(B) 31.65º 0.82% 0.87% -
XYZ 38.85 32.85 6.21 -
YUV 149.77 65.49 178.81 -
System Red Green Blue C M Y K H S L
Decimal 221 135 39 0 0.39 0.82 0.13 31.65 0.73 0.51
Hex DD 87 27 0 27 52 D 20 49 33
Octal 335 207 47 0 47 122 15 40 111 63
Binary 11011101 10000111 100111 0 100111 1010010 1101 100000 1001001 110011

Color Harmonies of #DD8727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8727

Black with #DD8727

Text Example


Text Example

White with #DD8727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8727; }

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

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

background-color css

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

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

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

border-color css

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

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

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