Html Css Color HEX #DB892E Buttercup

📋 copy color: '#DB892E'

red 219 ◦ green 137 ◦ blue 46

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

Shades of Buttercup #DB892E

Tints of Buttercup #DB892E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.08%

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

R = 54.48%
G = 34.08%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB892E (or 0xDB892E) is known color: Buttercup. HEX triplet: DB, 89 and 2E. RGB value is (219,137,46). Sum of RGB (Red+Green+Blue) = 219+137+46=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB892E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB892E is #2476D1. Grayscale: #979797. Windows color (decimal): -2389714 or 3049947. OLE color: 3049947.

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

Color convert

RGB 219 137 46 -
CMYK 0 0.37 0.79 0.14
HSL 31.56º 0.71% 0.52% -
HSV(B) 31.56º 0.79% 0.86% -
XYZ 38.65 33.15 6.95 -
YUV 151.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 219 137 46 0 0.37 0.79 0.14 31.56 0.71 0.52
Hex DB 89 2E 0 25 4F E 20 47 34
Octal 333 211 56 0 45 117 16 40 107 64
Binary 11011011 10001001 101110 0 100101 1001111 1110 100000 1000111 110100

Color Harmonies of #DB892E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB892E

Black with #DB892E

Text Example


Text Example

White with #DB892E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB892E; }

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

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

background-color css

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

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

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

border-color css

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

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

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