Html Css Color HEX #DB9525 Buttercup

📋 copy color: '#DB9525'

red 219 ◦ green 149 ◦ blue 37

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

Shades of Buttercup #DB9525

Tints of Buttercup #DB9525

RGB

 RED value IS 219 (85.94% from 255) = 54.07%

 GREEN value IS 149 (58.59% from 255) = 36.79%

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

R = 54.07%
G = 36.79%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB9525 (or 0xDB9525) is known color: Buttercup. HEX triplet: DB, 95 and 25. RGB value is (219,149,37). Sum of RGB (Red+Green+Blue) = 219+149+37=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9525 is #246ADA. Grayscale: #9D9D9D. Windows color (decimal): -2386651 or 2463195. OLE color: 2463195.

HSL color Cylindrical-coordinate representation of color #DB9525: hue angle of 36.92º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB9525 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 149 37 -
CMYK 0 0.32 0.83 0.14
HSL 36.92º 0.72% 0.5% -
HSV(B) 36.92º 0.83% 0.86% -
XYZ 40.29 36.69 6.71 -
YUV 157.16 60.19 172.11 -
System Red Green Blue C M Y K H S L
Decimal 219 149 37 0 0.32 0.83 0.14 36.92 0.72 0.5
Hex DB 95 25 0 20 53 E 25 48 32
Octal 333 225 45 0 40 123 16 45 110 62
Binary 11011011 10010101 100101 0 100000 1010011 1110 100101 1001000 110010

Color Harmonies of #DB9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9525

Black with #DB9525

Text Example


Text Example

White with #DB9525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9525; }

 p { color: rgb(219,149,37); }

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

background-color css

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

 a { background-color: rgb(219,149,37); }

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

border-color css

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

 span { border-color: rgb(219,149,37); }

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