Html Css Color HEX #DB8B1A Buttercup

📋 copy color: '#DB8B1A'

red 219 ◦ green 139 ◦ blue 26

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

Shades of Buttercup #DB8B1A

Tints of Buttercup #DB8B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.77%

R = 57.03%
G = 36.2%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB8B1A (or 0xDB8B1A) is known color: Buttercup. HEX triplet: DB, 8B and 1A. RGB value is (219,139,26). Sum of RGB (Red+Green+Blue) = 219+139+26=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8B1A is #2474E5. Grayscale: #969696. Windows color (decimal): -2389222 or 1739739. OLE color: 1739739.

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

Color convert

RGB 219 139 26 -
CMYK 0 0.37 0.88 0.14
HSL 35.13º 0.79% 0.48% -
HSV(B) 35.13º 0.88% 0.86% -
XYZ 38.63 33.6 5.43 -
YUV 150.04 58 177.19 -
System Red Green Blue C M Y K H S L
Decimal 219 139 26 0 0.37 0.88 0.14 35.13 0.79 0.48
Hex DB 8B 1A 0 25 58 E 23 4F 30
Octal 333 213 32 0 45 130 16 43 117 60
Binary 11011011 10001011 11010 0 100101 1011000 1110 100011 1001111 110000

Color Harmonies of #DB8B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8B1A

Black with #DB8B1A

Text Example


Text Example

White with #DB8B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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