Html Css Color HEX #DB942A Buttercup

📋 copy color: '#DB942A'

red 219 ◦ green 148 ◦ blue 42

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

Shades of Buttercup #DB942A

Tints of Buttercup #DB942A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 53.55%
G = 36.19%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB942A (or 0xDB942A) is known color: Buttercup. HEX triplet: DB, 94 and 2A. RGB value is (219,148,42). Sum of RGB (Red+Green+Blue) = 219+148+42=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB942A is #246BD5. Grayscale: #9D9D9D. Windows color (decimal): -2386902 or 2790619. OLE color: 2790619.

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

Color convert

RGB 219 148 42 -
CMYK 0 0.32 0.81 0.14
HSL 35.93º 0.71% 0.51% -
HSV(B) 35.93º 0.81% 0.86% -
XYZ 40.22 36.41 7.1 -
YUV 157.15 63.02 172.12 -
System Red Green Blue C M Y K H S L
Decimal 219 148 42 0 0.32 0.81 0.14 35.93 0.71 0.51
Hex DB 94 2A 0 20 51 E 24 47 33
Octal 333 224 52 0 40 121 16 44 107 63
Binary 11011011 10010100 101010 0 100000 1010001 1110 100100 1000111 110011

Color Harmonies of #DB942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB942A

Black with #DB942A

Text Example


Text Example

White with #DB942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB942A; }

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

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

background-color css

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

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

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

border-color css

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

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

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