Html Css Color HEX #DB841D Buttercup

📋 copy color: '#DB841D'

red 219 ◦ green 132 ◦ blue 29

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

Shades of Buttercup #DB841D

Tints of Buttercup #DB841D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.74%

 BLUE value IS 29 (11.72% from 255) = 7.63%

R = 57.63%
G = 34.74%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB841D (or 0xDB841D) is known color: Buttercup. HEX triplet: DB, 84 and 1D. RGB value is (219,132,29). Sum of RGB (Red+Green+Blue) = 219+132+29=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB841D is #247BE2. Grayscale: #929292. Windows color (decimal): -2391011 or 1934555. OLE color: 1934555.

HSL color Cylindrical-coordinate representation of color #DB841D: hue angle of 32.53º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB841D is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 132 29 -
CMYK 0 0.40 0.87 0.14
HSL 32.53º 0.77% 0.49% -
HSV(B) 32.53º 0.87% 0.86% -
XYZ 37.69 31.65 5.29 -
YUV 146.27 61.82 179.88 -
System Red Green Blue C M Y K H S L
Decimal 219 132 29 0 0.40 0.87 0.14 32.53 0.77 0.49
Hex DB 84 1D 0 28 57 E 21 4D 31
Octal 333 204 35 0 50 127 16 41 115 61
Binary 11011011 10000100 11101 0 101000 1010111 1110 100001 1001101 110001

Color Harmonies of #DB841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB841D

Black with #DB841D

Text Example


Text Example

White with #DB841D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB841D; }

 p { color: rgb(219,132,29); }

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

background-color css

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

 a { background-color: rgb(219,132,29); }

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

border-color css

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

 span { border-color: rgb(219,132,29); }

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