Html Css Color HEX #DB911A Buttercup

📋 copy color: '#DB911A'

red 219 ◦ green 145 ◦ blue 26

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

Shades of Buttercup #DB911A

Tints of Buttercup #DB911A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.18%

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

R = 56.15%
G = 37.18%
B = 6.67%

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

#DB911A (or 0xDB911A) is known color: Buttercup. HEX triplet: DB, 91 and 1A. RGB value is (219,145,26). Sum of RGB (Red+Green+Blue) = 219+145+26=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB911A is #246EE5. Grayscale: #9A9A9A. Windows color (decimal): -2387686 or 1741275. OLE color: 1741275.

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

Color convert

RGB 219 145 26 -
CMYK 0 0.34 0.88 0.14
HSL 36.99º 0.79% 0.48% -
HSV(B) 36.99º 0.88% 0.86% -
XYZ 39.53 35.39 5.72 -
YUV 153.56 56.02 174.68 -
System Red Green Blue C M Y K H S L
Decimal 219 145 26 0 0.34 0.88 0.14 36.99 0.79 0.48
Hex DB 91 1A 0 22 58 E 25 4F 30
Octal 333 221 32 0 42 130 16 45 117 60
Binary 11011011 10010001 11010 0 100010 1011000 1110 100101 1001111 110000

Color Harmonies of #DB911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB911A

Black with #DB911A

Text Example


Text Example

White with #DB911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB911A; }

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

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

background-color css

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

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

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

border-color css

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

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

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