Html Css Color HEX #DB9328 Buttercup

📋 copy color: '#DB9328'

red 219 ◦ green 147 ◦ blue 40

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

Shades of Buttercup #DB9328

Tints of Buttercup #DB9328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.85%

R = 53.94%
G = 36.21%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB9328 (or 0xDB9328) is known color: Buttercup. HEX triplet: DB, 93 and 28. RGB value is (219,147,40). Sum of RGB (Red+Green+Blue) = 219+147+40=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9328 is #246CD7. Grayscale: #9C9C9C. Windows color (decimal): -2387160 or 2659291. OLE color: 2659291.

HSL color Cylindrical-coordinate representation of color #DB9328: hue angle of 35.87º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB9328 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 147 40 -
CMYK 0 0.33 0.82 0.14
HSL 35.87º 0.71% 0.51% -
HSV(B) 35.87º 0.82% 0.86% -
XYZ 40.03 36.08 6.86 -
YUV 156.33 62.35 172.7 -
System Red Green Blue C M Y K H S L
Decimal 219 147 40 0 0.33 0.82 0.14 35.87 0.71 0.51
Hex DB 93 28 0 21 52 E 24 47 33
Octal 333 223 50 0 41 122 16 44 107 63
Binary 11011011 10010011 101000 0 100001 1010010 1110 100100 1000111 110011

Color Harmonies of #DB9328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9328

Black with #DB9328

Text Example


Text Example

White with #DB9328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9328; }

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

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

background-color css

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

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

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

border-color css

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

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

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