Html Css Color HEX #DB8E30 Buttercup

📋 copy color: '#DB8E30'

red 219 ◦ green 142 ◦ blue 48

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

Shades of Buttercup #DB8E30

Tints of Buttercup #DB8E30

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.72%

 BLUE value IS 48 (19.14% from 255) = 11.74%

R = 53.55%
G = 34.72%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB8E30 (or 0xDB8E30) is known color: Buttercup. HEX triplet: DB, 8E and 30. RGB value is (219,142,48). Sum of RGB (Red+Green+Blue) = 219+142+48=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8E30 is #2471CF. Grayscale: #9A9A9A. Windows color (decimal): -2388432 or 3182299. OLE color: 3182299.

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

Color convert

RGB 219 142 48 -
CMYK 0 0.35 0.78 0.14
HSL 32.98º 0.7% 0.52% -
HSV(B) 32.98º 0.78% 0.86% -
XYZ 39.42 34.62 7.4 -
YUV 154.31 68.01 174.14 -
System Red Green Blue C M Y K H S L
Decimal 219 142 48 0 0.35 0.78 0.14 32.98 0.7 0.52
Hex DB 8E 30 0 23 4E E 21 46 34
Octal 333 216 60 0 43 116 16 41 106 64
Binary 11011011 10001110 110000 0 100011 1001110 1110 100001 1000110 110100

Color Harmonies of #DB8E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8E30

Black with #DB8E30

Text Example


Text Example

White with #DB8E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8E30; }

 p { color: rgb(219,142,48); }

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

background-color css

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

 a { background-color: rgb(219,142,48); }

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

border-color css

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

 span { border-color: rgb(219,142,48); }

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