Html Css Color HEX #DB982E Buttercup

📋 copy color: '#DB982E'

red 219 ◦ green 152 ◦ blue 46

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

Shades of Buttercup #DB982E

Tints of Buttercup #DB982E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.03%

R = 52.52%
G = 36.45%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB982E (or 0xDB982E) is known color: Buttercup. HEX triplet: DB, 98 and 2E. RGB value is (219,152,46). Sum of RGB (Red+Green+Blue) = 219+152+46=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB982E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB982E is #2467D1. Grayscale: #A0A0A0. Windows color (decimal): -2385874 or 3053787. OLE color: 3053787.

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

Color convert

RGB 219 152 46 -
CMYK 0 0.31 0.79 0.14
HSL 36.76º 0.71% 0.52% -
HSV(B) 36.76º 0.79% 0.86% -
XYZ 40.93 37.71 7.71 -
YUV 159.95 63.7 170.12 -
System Red Green Blue C M Y K H S L
Decimal 219 152 46 0 0.31 0.79 0.14 36.76 0.71 0.52
Hex DB 98 2E 0 1F 4F E 25 47 34
Octal 333 230 56 0 37 117 16 45 107 64
Binary 11011011 10011000 101110 0 11111 1001111 1110 100101 1000111 110100

Color Harmonies of #DB982E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB982E

Black with #DB982E

Text Example


Text Example

White with #DB982E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB982E; }

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

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

background-color css

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

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

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

border-color css

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

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

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