Html Css Color HEX #DB8B19 Buttercup

📋 copy color: '#DB8B19'

red 219 ◦ green 139 ◦ blue 25

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

Shades of Buttercup #DB8B19

Tints of Buttercup #DB8B19

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.29%

 BLUE value IS 25 (10.16% from 255) = 6.53%

R = 57.18%
G = 36.29%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB8B19 (or 0xDB8B19) is known color: Buttercup. HEX triplet: DB, 8B and 19. RGB value is (219,139,25). Sum of RGB (Red+Green+Blue) = 219+139+25=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8B19 is #2474E6. Grayscale: #969696. Windows color (decimal): -2389223 or 1674203. OLE color: 1674203.

HSL color Cylindrical-coordinate representation of color #DB8B19: hue angle of 35.26º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB8B19 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 139 25 -
CMYK 0 0.37 0.89 0.14
HSL 35.26º 0.8% 0.48% -
HSV(B) 35.26º 0.89% 0.86% -
XYZ 38.62 33.6 5.37 -
YUV 149.92 57.5 177.27 -
System Red Green Blue C M Y K H S L
Decimal 219 139 25 0 0.37 0.89 0.14 35.26 0.8 0.48
Hex DB 8B 19 0 25 59 E 23 50 30
Octal 333 213 31 0 45 131 16 43 120 60
Binary 11011011 10001011 11001 0 100101 1011001 1110 100011 1010000 110000

Color Harmonies of #DB8B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8B19

Black with #DB8B19

Text Example


Text Example

White with #DB8B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8B19; }

 p { color: rgb(219,139,25); }

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

background-color css

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

 a { background-color: rgb(219,139,25); }

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

border-color css

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

 span { border-color: rgb(219,139,25); }

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