Html Css Color HEX #DD8C25 Buttercup

📋 copy color: '#DD8C25'

red 221 ◦ green 140 ◦ blue 37

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

Shades of Buttercup #DD8C25

Tints of Buttercup #DD8C25

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 55.53%
G = 35.18%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD8C25 (or 0xDD8C25) is known color: Buttercup. HEX triplet: DD, 8C and 25. RGB value is (221,140,37). Sum of RGB (Red+Green+Blue) = 221+140+37=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C25 is #2273DA. Grayscale: #989898. Windows color (decimal): -2257883 or 2460893. OLE color: 2460893.

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

Color convert

RGB 221 140 37 -
CMYK 0 0.37 0.83 0.13
HSL 33.59º 0.73% 0.51% -
HSV(B) 33.59º 0.83% 0.87% -
XYZ 39.53 34.26 6.28 -
YUV 152.48 62.84 176.88 -
System Red Green Blue C M Y K H S L
Decimal 221 140 37 0 0.37 0.83 0.13 33.59 0.73 0.51
Hex DD 8C 25 0 25 53 D 22 49 33
Octal 335 214 45 0 45 123 15 42 111 63
Binary 11011101 10001100 100101 0 100101 1010011 1101 100010 1001001 110011

Color Harmonies of #DD8C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C25

Black with #DD8C25

Text Example


Text Example

White with #DD8C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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