Html Css Color HEX #DD8725 Buttercup

📋 copy color: '#DD8725'

red 221 ◦ green 135 ◦ blue 37

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

Shades of Buttercup #DD8725

Tints of Buttercup #DD8725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.41%

R = 56.23%
G = 34.35%
B = 9.41%

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

#DD8725 (or 0xDD8725) is known color: Buttercup. HEX triplet: DD, 87 and 25. RGB value is (221,135,37). Sum of RGB (Red+Green+Blue) = 221+135+37=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8725 is #2278DA. Grayscale: #969696. Windows color (decimal): -2259163 or 2459613. OLE color: 2459613.

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

Color convert

RGB 221 135 37 -
CMYK 0 0.39 0.83 0.13
HSL 31.96º 0.73% 0.51% -
HSV(B) 31.96º 0.83% 0.87% -
XYZ 38.82 32.83 6.04 -
YUV 149.54 64.49 178.97 -
System Red Green Blue C M Y K H S L
Decimal 221 135 37 0 0.39 0.83 0.13 31.96 0.73 0.51
Hex DD 87 25 0 27 53 D 20 49 33
Octal 335 207 45 0 47 123 15 40 111 63
Binary 11011101 10000111 100101 0 100111 1010011 1101 100000 1001001 110011

Color Harmonies of #DD8725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8725

Black with #DD8725

Text Example


Text Example

White with #DD8725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8725; }

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

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

background-color css

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

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

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

border-color css

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

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

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