Html Css Color HEX #DB901B Buttercup

📋 copy color: '#DB901B'

red 219 ◦ green 144 ◦ blue 27

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

Shades of Buttercup #DB901B

Tints of Buttercup #DB901B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.92%

 BLUE value IS 27 (10.94% from 255) = 6.92%

R = 56.15%
G = 36.92%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB901B (or 0xDB901B) is known color: Buttercup. HEX triplet: DB, 90 and 1B. RGB value is (219,144,27). Sum of RGB (Red+Green+Blue) = 219+144+27=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB901B is #246FE4. Grayscale: #999999. Windows color (decimal): -2387941 or 1806555. OLE color: 1806555.

HSL color Cylindrical-coordinate representation of color #DB901B: hue angle of 36.56º degrees, saturation: 0.78, 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 #DB901B is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 144 27 -
CMYK 0 0.34 0.88 0.14
HSL 36.56º 0.78% 0.48% -
HSV(B) 36.56º 0.88% 0.86% -
XYZ 39.38 35.09 5.73 -
YUV 153.09 56.85 175.01 -
System Red Green Blue C M Y K H S L
Decimal 219 144 27 0 0.34 0.88 0.14 36.56 0.78 0.48
Hex DB 90 1B 0 22 58 E 25 4E 30
Octal 333 220 33 0 42 130 16 45 116 60
Binary 11011011 10010000 11011 0 100010 1011000 1110 100101 1001110 110000

Color Harmonies of #DB901B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB901B

Black with #DB901B

Text Example


Text Example

White with #DB901B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB901B; }

 p { color: rgb(219,144,27); }

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

background-color css

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

 a { background-color: rgb(219,144,27); }

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

border-color css

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

 span { border-color: rgb(219,144,27); }

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