Html Css Color HEX #DB941E Buttercup

📋 copy color: '#DB941E'

red 219 ◦ green 148 ◦ blue 30

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

Shades of Buttercup #DB941E

Tints of Buttercup #DB941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.28%

 BLUE value IS 30 (12.11% from 255) = 7.56%

R = 55.16%
G = 37.28%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB941E (or 0xDB941E) is known color: Buttercup. HEX triplet: DB, 94 and 1E. RGB value is (219,148,30). Sum of RGB (Red+Green+Blue) = 219+148+30=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB941E is #246BE1. Grayscale: #9C9C9C. Windows color (decimal): -2386914 or 2004187. OLE color: 2004187.

HSL color Cylindrical-coordinate representation of color #DB941E: hue angle of 37.46º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB941E is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 148 30 -
CMYK 0 0.32 0.86 0.14
HSL 37.46º 0.76% 0.49% -
HSV(B) 37.46º 0.86% 0.86% -
XYZ 40.04 36.33 6.13 -
YUV 155.78 57.02 173.09 -
System Red Green Blue C M Y K H S L
Decimal 219 148 30 0 0.32 0.86 0.14 37.46 0.76 0.49
Hex DB 94 1E 0 20 56 E 25 4C 31
Octal 333 224 36 0 40 126 16 45 114 61
Binary 11011011 10010100 11110 0 100000 1010110 1110 100101 1001100 110001

Color Harmonies of #DB941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB941E

Black with #DB941E

Text Example


Text Example

White with #DB941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB941E; }

 p { color: rgb(219,148,30); }

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

background-color css

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

 a { background-color: rgb(219,148,30); }

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

border-color css

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

 span { border-color: rgb(219,148,30); }

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