Html Css Color HEX #DB8525 Buttercup

📋 copy color: '#DB8525'

red 219 ◦ green 133 ◦ blue 37

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

Shades of Buttercup #DB8525

Tints of Buttercup #DB8525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

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

R = 56.3%
G = 34.19%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB8525 (or 0xDB8525) is known color: Buttercup. HEX triplet: DB, 85 and 25. RGB value is (219,133,37). Sum of RGB (Red+Green+Blue) = 219+133+37=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8525 is #247ADA. Grayscale: #949494. Windows color (decimal): -2390747 or 2459099. OLE color: 2459099.

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

Color convert

RGB 219 133 37 -
CMYK 0 0.39 0.83 0.14
HSL 31.65º 0.72% 0.5% -
HSV(B) 31.65º 0.83% 0.86% -
XYZ 37.93 31.97 5.92 -
YUV 147.77 65.49 178.81 -
System Red Green Blue C M Y K H S L
Decimal 219 133 37 0 0.39 0.83 0.14 31.65 0.72 0.5
Hex DB 85 25 0 27 53 E 20 48 32
Octal 333 205 45 0 47 123 16 40 110 62
Binary 11011011 10000101 100101 0 100111 1010011 1110 100000 1001000 110010

Color Harmonies of #DB8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8525

Black with #DB8525

Text Example


Text Example

White with #DB8525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8525; }

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

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

background-color css

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

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

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

border-color css

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

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

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