Html Css Color HEX #DB9B20 Buttercup

📋 copy color: '#DB9B20'

red 219 ◦ green 155 ◦ blue 32

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

Shades of Buttercup #DB9B20

Tints of Buttercup #DB9B20

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.18%

 BLUE value IS 32 (12.89% from 255) = 7.88%

R = 53.94%
G = 38.18%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB9B20 (or 0xDB9B20) is known color: Buttercup. HEX triplet: DB, 9B and 20. RGB value is (219,155,32). Sum of RGB (Red+Green+Blue) = 219+155+32=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9B20 is #2464DF. Grayscale: #A0A0A0. Windows color (decimal): -2385120 or 2137051. OLE color: 2137051.

HSL color Cylindrical-coordinate representation of color #DB9B20: hue angle of 39.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB9B20 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 155 32 -
CMYK 0 0.29 0.85 0.14
HSL 39.47º 0.75% 0.49% -
HSV(B) 39.47º 0.85% 0.86% -
XYZ 41.2 38.61 6.65 -
YUV 160.11 55.7 170 -
System Red Green Blue C M Y K H S L
Decimal 219 155 32 0 0.29 0.85 0.14 39.47 0.75 0.49
Hex DB 9B 20 0 1D 55 E 27 4B 31
Octal 333 233 40 0 35 125 16 47 113 61
Binary 11011011 10011011 100000 0 11101 1010101 1110 100111 1001011 110001

Color Harmonies of #DB9B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B20

Black with #DB9B20

Text Example


Text Example

White with #DB9B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B20; }

 p { color: rgb(219,155,32); }

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

background-color css

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

 a { background-color: rgb(219,155,32); }

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

border-color css

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

 span { border-color: rgb(219,155,32); }

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