Html Css Color HEX #DB982F Buttercup

📋 copy color: '#DB982F'

red 219 ◦ green 152 ◦ blue 47

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

Shades of Buttercup #DB982F

Tints of Buttercup #DB982F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.24%

R = 52.39%
G = 36.36%
B = 11.24%

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

#DB982F (or 0xDB982F) is known color: Buttercup. HEX triplet: DB, 98 and 2F. RGB value is (219,152,47). Sum of RGB (Red+Green+Blue) = 219+152+47=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB982F is #2467D0. Grayscale: #A0A0A0. Windows color (decimal): -2385873 or 3119323. OLE color: 3119323.

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

Color convert

RGB 219 152 47 -
CMYK 0 0.31 0.79 0.14
HSL 36.63º 0.7% 0.52% -
HSV(B) 36.63º 0.79% 0.86% -
XYZ 40.95 37.72 7.81 -
YUV 160.06 64.2 170.04 -
System Red Green Blue C M Y K H S L
Decimal 219 152 47 0 0.31 0.79 0.14 36.63 0.7 0.52
Hex DB 98 2F 0 1F 4F E 25 46 34
Octal 333 230 57 0 37 117 16 45 106 64
Binary 11011011 10011000 101111 0 11111 1001111 1110 100101 1000110 110100

Color Harmonies of #DB982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB982F

Black with #DB982F

Text Example


Text Example

White with #DB982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB982F; }

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

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

background-color css

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

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

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

border-color css

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

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

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