Html Css Color HEX #DB9425 Buttercup

📋 copy color: '#DB9425'

red 219 ◦ green 148 ◦ blue 37

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

Shades of Buttercup #DB9425

Tints of Buttercup #DB9425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

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

R = 54.21%
G = 36.63%
B = 9.16%

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

#DB9425 (or 0xDB9425) is known color: Buttercup. HEX triplet: DB, 94 and 25. RGB value is (219,148,37). Sum of RGB (Red+Green+Blue) = 219+148+37=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9425 is #246BDA. Grayscale: #9D9D9D. Windows color (decimal): -2386907 or 2462939. OLE color: 2462939.

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

Color convert

RGB 219 148 37 -
CMYK 0 0.32 0.83 0.14
HSL 36.59º 0.72% 0.5% -
HSV(B) 36.59º 0.83% 0.86% -
XYZ 40.14 36.37 6.66 -
YUV 156.58 60.52 172.53 -
System Red Green Blue C M Y K H S L
Decimal 219 148 37 0 0.32 0.83 0.14 36.59 0.72 0.5
Hex DB 94 25 0 20 53 E 25 48 32
Octal 333 224 45 0 40 123 16 45 110 62
Binary 11011011 10010100 100101 0 100000 1010011 1110 100101 1001000 110010

Color Harmonies of #DB9425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9425

Black with #DB9425

Text Example


Text Example

White with #DB9425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9425; }

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

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

background-color css

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

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

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

border-color css

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

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

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