Html Css Color HEX #DB851E Buttercup

📋 copy color: '#DB851E'

red 219 ◦ green 133 ◦ blue 30

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

Shades of Buttercup #DB851E

Tints of Buttercup #DB851E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.82%

 BLUE value IS 30 (12.11% from 255) = 7.85%

R = 57.33%
G = 34.82%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB851E (or 0xDB851E) is known color: Buttercup. HEX triplet: DB, 85 and 1E. RGB value is (219,133,30). Sum of RGB (Red+Green+Blue) = 219+133+30=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB851E is #247AE1. Grayscale: #939393. Windows color (decimal): -2390754 or 2000347. OLE color: 2000347.

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

Color convert

RGB 219 133 30 -
CMYK 0 0.39 0.86 0.14
HSL 32.7º 0.76% 0.49% -
HSV(B) 32.7º 0.86% 0.86% -
XYZ 37.84 31.93 5.4 -
YUV 146.97 61.99 179.38 -
System Red Green Blue C M Y K H S L
Decimal 219 133 30 0 0.39 0.86 0.14 32.7 0.76 0.49
Hex DB 85 1E 0 27 56 E 21 4C 31
Octal 333 205 36 0 47 126 16 41 114 61
Binary 11011011 10000101 11110 0 100111 1010110 1110 100001 1001100 110001

Color Harmonies of #DB851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB851E

Black with #DB851E

Text Example


Text Example

White with #DB851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB851E; }

 p { color: rgb(219,133,30); }

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

background-color css

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

 a { background-color: rgb(219,133,30); }

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

border-color css

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

 span { border-color: rgb(219,133,30); }

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