Html Css Color HEX #DB851C Buttercup

📋 copy color: '#DB851C'

red 219 ◦ green 133 ◦ blue 28

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

Shades of Buttercup #DB851C

Tints of Buttercup #DB851C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.37%

R = 57.63%
G = 35%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB851C (or 0xDB851C) is known color: Buttercup. HEX triplet: DB, 85 and 1C. RGB value is (219,133,28). Sum of RGB (Red+Green+Blue) = 219+133+28=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB851C is #247AE3. Grayscale: #939393. Windows color (decimal): -2390756 or 1869275. OLE color: 1869275.

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

Color convert

RGB 219 133 28 -
CMYK 0 0.39 0.87 0.14
HSL 32.98º 0.77% 0.48% -
HSV(B) 32.98º 0.87% 0.86% -
XYZ 37.81 31.92 5.27 -
YUV 146.74 60.99 179.54 -
System Red Green Blue C M Y K H S L
Decimal 219 133 28 0 0.39 0.87 0.14 32.98 0.77 0.48
Hex DB 85 1C 0 27 57 E 21 4D 30
Octal 333 205 34 0 47 127 16 41 115 60
Binary 11011011 10000101 11100 0 100111 1010111 1110 100001 1001101 110000

Color Harmonies of #DB851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB851C

Black with #DB851C

Text Example


Text Example

White with #DB851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB851C; }

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

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

background-color css

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

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

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

border-color css

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

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

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