Html Css Color HEX #DB9325 Buttercup

📋 copy color: '#DB9325'

red 219 ◦ green 147 ◦ blue 37

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

Shades of Buttercup #DB9325

Tints of Buttercup #DB9325

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.48%

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

R = 54.34%
G = 36.48%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB9325 (or 0xDB9325) is known color: Buttercup. HEX triplet: DB, 93 and 25. RGB value is (219,147,37). Sum of RGB (Red+Green+Blue) = 219+147+37=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9325 is #246CDA. Grayscale: #9C9C9C. Windows color (decimal): -2387163 or 2462683. OLE color: 2462683.

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

Color convert

RGB 219 147 37 -
CMYK 0 0.33 0.83 0.14
HSL 36.26º 0.72% 0.5% -
HSV(B) 36.26º 0.83% 0.86% -
XYZ 39.98 36.06 6.6 -
YUV 155.99 60.85 172.94 -
System Red Green Blue C M Y K H S L
Decimal 219 147 37 0 0.33 0.83 0.14 36.26 0.72 0.5
Hex DB 93 25 0 21 53 E 24 48 32
Octal 333 223 45 0 41 123 16 44 110 62
Binary 11011011 10010011 100101 0 100001 1010011 1110 100100 1001000 110010

Color Harmonies of #DB9325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9325

Black with #DB9325

Text Example


Text Example

White with #DB9325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9325; }

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

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

background-color css

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

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

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

border-color css

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

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

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