Html Css Color HEX #DB941D Buttercup

📋 copy color: '#DB941D'

red 219 ◦ green 148 ◦ blue 29

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

Shades of Buttercup #DB941D

Tints of Buttercup #DB941D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.32%

R = 55.3%
G = 37.37%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB941D (or 0xDB941D) is known color: Buttercup. HEX triplet: DB, 94 and 1D. RGB value is (219,148,29). Sum of RGB (Red+Green+Blue) = 219+148+29=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB941D is #246BE2. Grayscale: #9C9C9C. Windows color (decimal): -2386915 or 1938651. OLE color: 1938651.

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

Color convert

RGB 219 148 29 -
CMYK 0 0.32 0.87 0.14
HSL 37.58º 0.77% 0.49% -
HSV(B) 37.58º 0.87% 0.86% -
XYZ 40.03 36.33 6.06 -
YUV 155.66 56.52 173.18 -
System Red Green Blue C M Y K H S L
Decimal 219 148 29 0 0.32 0.87 0.14 37.58 0.77 0.49
Hex DB 94 1D 0 20 57 E 26 4D 31
Octal 333 224 35 0 40 127 16 46 115 61
Binary 11011011 10010100 11101 0 100000 1010111 1110 100110 1001101 110001

Color Harmonies of #DB941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB941D

Black with #DB941D

Text Example


Text Example

White with #DB941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB941D; }

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

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

background-color css

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

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

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

border-color css

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

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

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