Html Css Color HEX #DD9725 Buttercup

📋 copy color: '#DD9725'

red 221 ◦ green 151 ◦ blue 37

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

Shades of Buttercup #DD9725

Tints of Buttercup #DD9725

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.92%

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

R = 54.03%
G = 36.92%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD9725 (or 0xDD9725) is known color: Buttercup. HEX triplet: DD, 97 and 25. RGB value is (221,151,37). Sum of RGB (Red+Green+Blue) = 221+151+37=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9725 is #2268DA. Grayscale: #9F9F9F. Windows color (decimal): -2255067 or 2463709. OLE color: 2463709.

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

Color convert

RGB 221 151 37 -
CMYK 0 0.32 0.83 0.13
HSL 37.17º 0.73% 0.51% -
HSV(B) 37.17º 0.83% 0.87% -
XYZ 41.22 37.64 6.84 -
YUV 158.93 59.19 172.27 -
System Red Green Blue C M Y K H S L
Decimal 221 151 37 0 0.32 0.83 0.13 37.17 0.73 0.51
Hex DD 97 25 0 20 53 D 25 49 33
Octal 335 227 45 0 40 123 15 45 111 63
Binary 11011101 10010111 100101 0 100000 1010011 1101 100101 1001001 110011

Color Harmonies of #DD9725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9725

Black with #DD9725

Text Example


Text Example

White with #DD9725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9725; }

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

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

background-color css

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

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

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

border-color css

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

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

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