Html Css Color HEX #DB981E Buttercup

📋 copy color: '#DB981E'

red 219 ◦ green 152 ◦ blue 30

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

Shades of Buttercup #DB981E

Tints of Buttercup #DB981E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.48%

R = 54.61%
G = 37.91%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB981E (or 0xDB981E) is known color: Buttercup. HEX triplet: DB, 98 and 1E. RGB value is (219,152,30). Sum of RGB (Red+Green+Blue) = 219+152+30=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB981E is #2467E1. Grayscale: #9E9E9E. Windows color (decimal): -2385890 or 2005211. OLE color: 2005211.

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

Color convert

RGB 219 152 30 -
CMYK 0 0.31 0.86 0.14
HSL 38.73º 0.76% 0.49% -
HSV(B) 38.73º 0.86% 0.86% -
XYZ 40.68 37.61 6.34 -
YUV 158.13 55.7 171.42 -
System Red Green Blue C M Y K H S L
Decimal 219 152 30 0 0.31 0.86 0.14 38.73 0.76 0.49
Hex DB 98 1E 0 1F 56 E 27 4C 31
Octal 333 230 36 0 37 126 16 47 114 61
Binary 11011011 10011000 11110 0 11111 1010110 1110 100111 1001100 110001

Color Harmonies of #DB981E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB981E

Black with #DB981E

Text Example


Text Example

White with #DB981E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB981E; }

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

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

background-color css

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

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

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

border-color css

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

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

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