Html Css Color HEX #DB8A1B Buttercup

📋 copy color: '#DB8A1B'

red 219 ◦ green 138 ◦ blue 27

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

Shades of Buttercup #DB8A1B

Tints of Buttercup #DB8A1B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.94%

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

R = 57.03%
G = 35.94%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB8A1B (or 0xDB8A1B) is known color: Buttercup. HEX triplet: DB, 8A and 1B. RGB value is (219,138,27). Sum of RGB (Red+Green+Blue) = 219+138+27=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A1B is #2475E4. Grayscale: #969696. Windows color (decimal): -2389477 or 1805019. OLE color: 1805019.

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

Color convert

RGB 219 138 27 -
CMYK 0 0.37 0.88 0.14
HSL 34.69º 0.78% 0.48% -
HSV(B) 34.69º 0.88% 0.86% -
XYZ 38.5 33.32 5.44 -
YUV 149.57 58.84 177.53 -
System Red Green Blue C M Y K H S L
Decimal 219 138 27 0 0.37 0.88 0.14 34.69 0.78 0.48
Hex DB 8A 1B 0 25 58 E 23 4E 30
Octal 333 212 33 0 45 130 16 43 116 60
Binary 11011011 10001010 11011 0 100101 1011000 1110 100011 1001110 110000

Color Harmonies of #DB8A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A1B

Black with #DB8A1B

Text Example


Text Example

White with #DB8A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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