Html Css Color HEX #DB982C Buttercup

📋 copy color: '#DB982C'

red 219 ◦ green 152 ◦ blue 44

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

Shades of Buttercup #DB982C

Tints of Buttercup #DB982C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.6%

R = 52.77%
G = 36.63%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB982C (or 0xDB982C) is known color: Buttercup. HEX triplet: DB, 98 and 2C. RGB value is (219,152,44). Sum of RGB (Red+Green+Blue) = 219+152+44=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB982C is #2467D3. Grayscale: #A0A0A0. Windows color (decimal): -2385876 or 2922715. OLE color: 2922715.

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

Color convert

RGB 219 152 44 -
CMYK 0 0.31 0.80 0.14
HSL 37.03º 0.71% 0.52% -
HSV(B) 37.03º 0.8% 0.86% -
XYZ 40.9 37.7 7.5 -
YUV 159.72 62.7 170.28 -
System Red Green Blue C M Y K H S L
Decimal 219 152 44 0 0.31 0.80 0.14 37.03 0.71 0.52
Hex DB 98 2C 0 1F 50 E 25 47 34
Octal 333 230 54 0 37 120 16 45 107 64
Binary 11011011 10011000 101100 0 11111 1010000 1110 100101 1000111 110100

Color Harmonies of #DB982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB982C

Black with #DB982C

Text Example


Text Example

White with #DB982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB982C; }

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

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

background-color css

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

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

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

border-color css

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

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

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