Html Css Color HEX #DB992E Buttercup

📋 copy color: '#DB992E'

red 219 ◦ green 153 ◦ blue 46

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

Shades of Buttercup #DB992E

Tints of Buttercup #DB992E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.6%

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

R = 52.39%
G = 36.6%
B = 11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB992E (or 0xDB992E) is known color: Buttercup. HEX triplet: DB, 99 and 2E. RGB value is (219,153,46). Sum of RGB (Red+Green+Blue) = 219+153+46=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB992E is #2466D1. Grayscale: #A1A1A1. Windows color (decimal): -2385618 or 3054043. OLE color: 3054043.

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

Color convert

RGB 219 153 46 -
CMYK 0 0.30 0.79 0.14
HSL 37.11º 0.71% 0.52% -
HSV(B) 37.11º 0.79% 0.86% -
XYZ 41.1 38.04 7.76 -
YUV 160.54 63.37 169.7 -
System Red Green Blue C M Y K H S L
Decimal 219 153 46 0 0.30 0.79 0.14 37.11 0.71 0.52
Hex DB 99 2E 0 1E 4F E 25 47 34
Octal 333 231 56 0 36 117 16 45 107 64
Binary 11011011 10011001 101110 0 11110 1001111 1110 100101 1000111 110100

Color Harmonies of #DB992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB992E

Black with #DB992E

Text Example


Text Example

White with #DB992E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB992E; }

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

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

background-color css

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

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

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

border-color css

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

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

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