Html Css Color HEX #DB882E Buttercup

📋 copy color: '#DB882E'

red 219 ◦ green 136 ◦ blue 46

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

Shades of Buttercup #DB882E

Tints of Buttercup #DB882E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

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

R = 54.61%
G = 33.92%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB882E (or 0xDB882E) is known color: Buttercup. HEX triplet: DB, 88 and 2E. RGB value is (219,136,46). Sum of RGB (Red+Green+Blue) = 219+136+46=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB882E is #2477D1. Grayscale: #979797. Windows color (decimal): -2389970 or 3049691. OLE color: 3049691.

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

Color convert

RGB 219 136 46 -
CMYK 0 0.38 0.79 0.14
HSL 31.21º 0.71% 0.52% -
HSV(B) 31.21º 0.79% 0.86% -
XYZ 38.51 32.87 6.9 -
YUV 150.56 69 176.82 -
System Red Green Blue C M Y K H S L
Decimal 219 136 46 0 0.38 0.79 0.14 31.21 0.71 0.52
Hex DB 88 2E 0 26 4F E 1F 47 34
Octal 333 210 56 0 46 117 16 37 107 64
Binary 11011011 10001000 101110 0 100110 1001111 1110 11111 1000111 110100

Color Harmonies of #DB882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB882E

Black with #DB882E

Text Example


Text Example

White with #DB882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB882E; }

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

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

background-color css

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

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

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

border-color css

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

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

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