Html Css Color HEX #DB9E30 Buttercup

📋 copy color: '#DB9E30'

red 219 ◦ green 158 ◦ blue 48

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

Shades of Buttercup #DB9E30

Tints of Buttercup #DB9E30

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.18%

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

R = 51.53%
G = 37.18%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB9E30 (or 0xDB9E30) is known color: Buttercup. HEX triplet: DB, 9E and 30. RGB value is (219,158,48). Sum of RGB (Red+Green+Blue) = 219+158+48=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 48 (19.14% from 255 or 11.29% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9E30 is #2461CF. Grayscale: #A4A4A4. Windows color (decimal): -2384336 or 3186395. OLE color: 3186395.

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

Color convert

RGB 219 158 48 -
CMYK 0 0.28 0.78 0.14
HSL 38.6º 0.7% 0.52% -
HSV(B) 38.6º 0.78% 0.86% -
XYZ 41.97 39.73 8.25 -
YUV 163.7 62.71 167.44 -
System Red Green Blue C M Y K H S L
Decimal 219 158 48 0 0.28 0.78 0.14 38.6 0.7 0.52
Hex DB 9E 30 0 1C 4E E 27 46 34
Octal 333 236 60 0 34 116 16 47 106 64
Binary 11011011 10011110 110000 0 11100 1001110 1110 100111 1000110 110100

Color Harmonies of #DB9E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E30

Black with #DB9E30

Text Example


Text Example

White with #DB9E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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