Html Css Color HEX #DB8D1B Buttercup

📋 copy color: '#DB8D1B'

red 219 ◦ green 141 ◦ blue 27

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

Shades of Buttercup #DB8D1B

Tints of Buttercup #DB8D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.43%

 BLUE value IS 27 (10.94% from 255) = 6.98%

R = 56.59%
G = 36.43%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB8D1B (or 0xDB8D1B) is known color: Buttercup. HEX triplet: DB, 8D and 1B. RGB value is (219,141,27). Sum of RGB (Red+Green+Blue) = 219+141+27=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8D1B is #2472E4. Grayscale: #979797. Windows color (decimal): -2388709 or 1805787. OLE color: 1805787.

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

Color convert

RGB 219 141 27 -
CMYK 0 0.36 0.88 0.14
HSL 35.63º 0.78% 0.48% -
HSV(B) 35.63º 0.88% 0.86% -
XYZ 38.94 34.19 5.58 -
YUV 151.33 57.84 176.27 -
System Red Green Blue C M Y K H S L
Decimal 219 141 27 0 0.36 0.88 0.14 35.63 0.78 0.48
Hex DB 8D 1B 0 24 58 E 24 4E 30
Octal 333 215 33 0 44 130 16 44 116 60
Binary 11011011 10001101 11011 0 100100 1011000 1110 100100 1001110 110000

Color Harmonies of #DB8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8D1B

Black with #DB8D1B

Text Example


Text Example

White with #DB8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8D1B; }

 p { color: rgb(219,141,27); }

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

background-color css

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

 a { background-color: rgb(219,141,27); }

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

border-color css

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

 span { border-color: rgb(219,141,27); }

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