Html Css Color HEX #DD8625 Buttercup

📋 copy color: '#DD8625'

red 221 ◦ green 134 ◦ blue 37

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

Shades of Buttercup #DD8625

Tints of Buttercup #DD8625

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

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

R = 56.38%
G = 34.18%
B = 9.44%

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

#DD8625 (or 0xDD8625) is known color: Buttercup. HEX triplet: DD, 86 and 25. RGB value is (221,134,37). Sum of RGB (Red+Green+Blue) = 221+134+37=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8625 is #2279DA. Grayscale: #959595. Windows color (decimal): -2259419 or 2459357. OLE color: 2459357.

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

Color convert

RGB 221 134 37 -
CMYK 0 0.39 0.83 0.13
HSL 31.63º 0.73% 0.51% -
HSV(B) 31.63º 0.83% 0.87% -
XYZ 38.68 32.56 6 -
YUV 148.96 64.82 179.39 -
System Red Green Blue C M Y K H S L
Decimal 221 134 37 0 0.39 0.83 0.13 31.63 0.73 0.51
Hex DD 86 25 0 27 53 D 20 49 33
Octal 335 206 45 0 47 123 15 40 111 63
Binary 11011101 10000110 100101 0 100111 1010011 1101 100000 1001001 110011

Color Harmonies of #DD8625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8625

Black with #DD8625

Text Example


Text Example

White with #DD8625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8625; }

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

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

background-color css

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

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

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

border-color css

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

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

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