Html Css Color HEX #DB942B Buttercup

📋 copy color: '#DB942B'

red 219 ◦ green 148 ◦ blue 43

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

Shades of Buttercup #DB942B

Tints of Buttercup #DB942B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.49%

R = 53.41%
G = 36.1%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB942B (or 0xDB942B) is known color: Buttercup. HEX triplet: DB, 94 and 2B. RGB value is (219,148,43). Sum of RGB (Red+Green+Blue) = 219+148+43=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB942B is #246BD4. Grayscale: #9D9D9D. Windows color (decimal): -2386901 or 2856155. OLE color: 2856155.

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

Color convert

RGB 219 148 43 -
CMYK 0 0.32 0.80 0.14
HSL 35.8º 0.71% 0.51% -
HSV(B) 35.8º 0.8% 0.86% -
XYZ 40.24 36.41 7.19 -
YUV 157.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 219 148 43 0 0.32 0.80 0.14 35.8 0.71 0.51
Hex DB 94 2B 0 20 50 E 24 47 33
Octal 333 224 53 0 40 120 16 44 107 63
Binary 11011011 10010100 101011 0 100000 1010000 1110 100100 1000111 110011

Color Harmonies of #DB942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB942B

Black with #DB942B

Text Example


Text Example

White with #DB942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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