Html Css Color HEX #DB8B2E Buttercup

📋 copy color: '#DB8B2E'

red 219 ◦ green 139 ◦ blue 46

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

Shades of Buttercup #DB8B2E

Tints of Buttercup #DB8B2E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.41%

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

R = 54.21%
G = 34.41%
B = 11.39%

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

#DB8B2E (or 0xDB8B2E) is known color: Buttercup. HEX triplet: DB, 8B and 2E. RGB value is (219,139,46). Sum of RGB (Red+Green+Blue) = 219+139+46=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8B2E is #2474D1. Grayscale: #989898. Windows color (decimal): -2389202 or 3050459. OLE color: 3050459.

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

Color convert

RGB 219 139 46 -
CMYK 0 0.37 0.79 0.14
HSL 32.25º 0.71% 0.52% -
HSV(B) 32.25º 0.79% 0.86% -
XYZ 38.94 33.72 7.04 -
YUV 152.32 68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 219 139 46 0 0.37 0.79 0.14 32.25 0.71 0.52
Hex DB 8B 2E 0 25 4F E 20 47 34
Octal 333 213 56 0 45 117 16 40 107 64
Binary 11011011 10001011 101110 0 100101 1001111 1110 100000 1000111 110100

Color Harmonies of #DB8B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8B2E

Black with #DB8B2E

Text Example


Text Example

White with #DB8B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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