Html Css Color HEX #DB981B Buttercup

📋 copy color: '#DB981B'

red 219 ◦ green 152 ◦ blue 27

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

Shades of Buttercup #DB981B

Tints of Buttercup #DB981B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.19%

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

R = 55.03%
G = 38.19%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB981B (or 0xDB981B) is known color: Buttercup. HEX triplet: DB, 98 and 1B. RGB value is (219,152,27). Sum of RGB (Red+Green+Blue) = 219+152+27=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB981B is #2467E4. Grayscale: #9E9E9E. Windows color (decimal): -2385893 or 1808603. OLE color: 1808603.

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

Color convert

RGB 219 152 27 -
CMYK 0 0.31 0.88 0.14
HSL 39.06º 0.78% 0.48% -
HSV(B) 39.06º 0.88% 0.86% -
XYZ 40.64 37.6 6.15 -
YUV 157.78 54.2 171.66 -
System Red Green Blue C M Y K H S L
Decimal 219 152 27 0 0.31 0.88 0.14 39.06 0.78 0.48
Hex DB 98 1B 0 1F 58 E 27 4E 30
Octal 333 230 33 0 37 130 16 47 116 60
Binary 11011011 10011000 11011 0 11111 1011000 1110 100111 1001110 110000

Color Harmonies of #DB981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB981B

Black with #DB981B

Text Example


Text Example

White with #DB981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB981B; }

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

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

background-color css

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

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

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

border-color css

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

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

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