Html Css Color HEX #DB8F1B Buttercup

📋 copy color: '#DB8F1B'

red 219 ◦ green 143 ◦ blue 27

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

Shades of Buttercup #DB8F1B

Tints of Buttercup #DB8F1B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.76%

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

R = 56.3%
G = 36.76%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB8F1B (or 0xDB8F1B) is known color: Buttercup. HEX triplet: DB, 8F and 1B. RGB value is (219,143,27). Sum of RGB (Red+Green+Blue) = 219+143+27=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8F1B is #2470E4. Grayscale: #999999. Windows color (decimal): -2388197 or 1806299. OLE color: 1806299.

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

Color convert

RGB 219 143 27 -
CMYK 0 0.35 0.88 0.14
HSL 36.25º 0.78% 0.48% -
HSV(B) 36.25º 0.88% 0.86% -
XYZ 39.23 34.78 5.68 -
YUV 152.5 57.18 175.43 -
System Red Green Blue C M Y K H S L
Decimal 219 143 27 0 0.35 0.88 0.14 36.25 0.78 0.48
Hex DB 8F 1B 0 23 58 E 24 4E 30
Octal 333 217 33 0 43 130 16 44 116 60
Binary 11011011 10001111 11011 0 100011 1011000 1110 100100 1001110 110000

Color Harmonies of #DB8F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F1B

Black with #DB8F1B

Text Example


Text Example

White with #DB8F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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