Html Css Color HEX #DB8A2B Buttercup

📋 copy color: '#DB8A2B'

red 219 ◦ green 138 ◦ blue 43

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

Shades of Buttercup #DB8A2B

Tints of Buttercup #DB8A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.75%

R = 54.75%
G = 34.5%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB8A2B (or 0xDB8A2B) is known color: Buttercup. HEX triplet: DB, 8A and 2B. RGB value is (219,138,43). Sum of RGB (Red+Green+Blue) = 219+138+43=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A2B is #2475D4. Grayscale: #979797. Windows color (decimal): -2389461 or 2853595. OLE color: 2853595.

HSL color Cylindrical-coordinate representation of color #DB8A2B: hue angle of 32.39º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB8A2B is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 138 43 -
CMYK 0 0.37 0.80 0.14
HSL 32.39º 0.71% 0.51% -
HSV(B) 32.39º 0.8% 0.86% -
XYZ 38.74 33.41 6.69 -
YUV 151.39 66.84 176.22 -
System Red Green Blue C M Y K H S L
Decimal 219 138 43 0 0.37 0.80 0.14 32.39 0.71 0.51
Hex DB 8A 2B 0 25 50 E 20 47 33
Octal 333 212 53 0 45 120 16 40 107 63
Binary 11011011 10001010 101011 0 100101 1010000 1110 100000 1000111 110011

Color Harmonies of #DB8A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A2B

Black with #DB8A2B

Text Example


Text Example

White with #DB8A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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