Html Css Color HEX #DB921B Buttercup

📋 copy color: '#DB921B'

red 219 ◦ green 146 ◦ blue 27

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

Shades of Buttercup #DB921B

Tints of Buttercup #DB921B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.24%

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

R = 55.87%
G = 37.24%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB921B (or 0xDB921B) is known color: Buttercup. HEX triplet: DB, 92 and 1B. RGB value is (219,146,27). Sum of RGB (Red+Green+Blue) = 219+146+27=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 27 (10.94% from 255 or 6.89% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB921B is #246DE4. Grayscale: #9A9A9A. Windows color (decimal): -2387429 or 1807067. OLE color: 1807067.

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

Color convert

RGB 219 146 27 -
CMYK 0 0.33 0.88 0.14
HSL 37.19º 0.78% 0.48% -
HSV(B) 37.19º 0.88% 0.86% -
XYZ 39.69 35.7 5.84 -
YUV 154.26 56.18 174.18 -
System Red Green Blue C M Y K H S L
Decimal 219 146 27 0 0.33 0.88 0.14 37.19 0.78 0.48
Hex DB 92 1B 0 21 58 E 25 4E 30
Octal 333 222 33 0 41 130 16 45 116 60
Binary 11011011 10010010 11011 0 100001 1011000 1110 100101 1001110 110000

Color Harmonies of #DB921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB921B

Black with #DB921B

Text Example


Text Example

White with #DB921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB921B; }

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

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

background-color css

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

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

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

border-color css

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

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

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